Skip to content

Commit 818c42d

Browse files
authored
Merge pull request #112971 from jasontenpenny/patch-1
Update get-sap-installation-media.md
2 parents d1886c3 + 5b70c18 commit 818c42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
159159

160160
Next, download the SAP installation media to the VM using a script.
161161

162-
1. Run the Ansible script **playbook_bom_download** with your own information. Enter the actual values **within** double quotes but **without** the triangular brackets. The Ansible command that you run should look like:
162+
1. Run the Ansible script **playbook_bom_download** with your own information. With the exception of the `s_password` variable, enter the actual values **within** double quotes but **without** the triangular brackets. For the `s_password` variable, use single quotes. The Ansible command that you run should look like:
163163

164164
```bash
165165
export bom_base_name="<Enter bom base name>"
166166
export s_user="<s-user>"
167-
export s_password="<password>"
167+
export s_password='<password>'
168168
export storage_account_access_key="<storageAccountAccessKey>"
169169
export sapbits_location_base_path="<containerBasePath>"
170170
export BOM_directory="<BOM_directory_path>"

0 commit comments

Comments
 (0)