Skip to content

Commit 646dd7f

Browse files
Merge pull request #230409 from jahjha/patch-32
Update get-sap-installation-media.md
2 parents 1ff3f4a + a70cbe1 commit 646dd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sap/center-sap-solutions/get-sap-installation-media.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Next, download the SAP installation media to the VM using a script.
192192
export BOM_directory="<BOM_directory_path>"
193193
export orchestration_ansible_user="<orchestration_ansible_user>"
194194
export playbook_path="<playbook_bom_downloader_yaml_path>"
195-
ansible-playbook ${playbook_bom_downloader_yaml_path} \
195+
sudo ansible-playbook ${playbook_path} \
196196
-e "bom_base_name=${bom_base_name}" \
197197
-e "deployer_kv_name=dummy_value" \
198198
-e "s_user=${s_user}" \

0 commit comments

Comments
 (0)