Skip to content

Commit b604c95

Browse files
authored
Update get-sap-installation-media.md
modifications to the steps that need to be performed by the customer to ensure an error-free experience when obtaining SAP installation media
1 parent 1a95531 commit b604c95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
8989
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
9090
```
9191

92-
1. If the Azure CLI version is not version 2.30.0 or higher, [Update the Azure CLI](/cli/azure/update-azure-cli). You can run below command to check the version
92+
1. If the Azure CLI version is not version 2.30.0 or higher(except 2.74.0), [Update the Azure CLI](/cli/azure/update-azure-cli). You can run below command to check the version
9393

9494
```azurecli
9595
az --version
@@ -108,20 +108,20 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
108108
sudo apt install python3-pip
109109
```
110110

111-
1. Install Ansible 2.11.12 on the VM.
111+
1. Install Ansible 2.16.14 on the VM.
112112

113113
```Bash
114-
sudo pip3 install ansible-core==2.11.12
114+
sudo pip3 install ansible-core==2.16.14
115115
```
116116

117117
1. Install Ansible galaxy collection modules
118118

119119
```Bash
120-
sudo ansible-galaxy collection install ansible.netcommon:==5.0.0 -p /opt/ansible/collections
121-
sudo ansible-galaxy collection install ansible.posix:==1.5.1 -p /opt/ansible/collections
122-
sudo ansible-galaxy collection install ansible.utils:==2.9.0 -p /opt/ansible/collections
123-
sudo ansible-galaxy collection install ansible.windows:==1.13.0 -p /opt/ansible/collections
124-
sudo ansible-galaxy collection install community.general:==6.4.0 -p /opt/ansible/collections
120+
sudo ansible-galaxy collection install ansible.netcommon:==7.2.0 -p /opt/ansible/collections
121+
sudo ansible-galaxy collection install ansible.posix:==2.0.0 -p /opt/ansible/collections
122+
sudo ansible-galaxy collection install ansible.utils:==5.1.2 -p /opt/ansible/collections
123+
sudo ansible-galaxy collection install ansible.windows:==2.8.0 -p /opt/ansible/collections
124+
sudo ansible-galaxy collection install community.general:==10.5.0 -p /opt/ansible/collections
125125
```
126126

127127
1. Clone the SAP automation samples repository from GitHub.

0 commit comments

Comments
 (0)