Skip to content

Commit e34e7df

Browse files
committed
indentation take 2
1 parent 5e4d6e1 commit e34e7df

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/virtual-machines/workloads/sap/automation-software.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,12 @@ Then, execute the Ansible playbooks. One way you can execute the playbooks is to
106106
107107
Another option is to execute the Ansible playbooks using the command `ansible-playbook`.
108108
109-
```bash
110-
ansible-playbook \
111-
--user azureadm \
112-
--extra-vars="@sap-parameters.yaml" \
113-
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/playbook_bom_downloader.yaml
114-
115-
```
109+
```bash
110+
ansible-playbook \
111+
--user azureadm \
112+
--extra-vars="@sap-parameters.yaml" \
113+
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/playbook_bom_downloader.yaml
114+
```
116115

117116
## Next steps
118117

0 commit comments

Comments
 (0)