You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/center-sap-solutions/get-sap-installation-media.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,10 +181,9 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
181
181
182
182
Next, download the SAP installation media to the VM using a script.
183
183
184
-
1. Run the Ansible script **playbook_bom_download** with your own information.
185
-
186
-
Enter the actual values **within** double quotes but **without** the triangular brackets. The Ansible command that you run should look like:
184
+
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:
187
185
186
+
```git bash
188
187
export bom_base_name="<Enter bom base name>"
189
188
export s_user="<s-user>"
190
189
export s_password="<password>"
@@ -193,16 +192,17 @@ Enter the actual values **within** double quotes but **without** the triangular
0 commit comments