Skip to content

Commit 31a7d5a

Browse files
committed
try another dependencies
1 parent 15f2298 commit 31a7d5a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/apply.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@ jobs:
2020
with:
2121
terraform_version: 1.6
2222

23-
- name: Install Ansible
23+
- name: Install Python and Ansible dependencies
2424
run: |
2525
sudo apt-get update
26-
sudo apt-get install -y ansible
27-
28-
- name: Install Python dependencies for WinRM
29-
run: |
26+
sudo apt-get install -y python3-pip
3027
python3 -m pip install --upgrade pip
31-
pip3 install pywinrm requests
28+
pip3 install ansible pywinrm requests
3229
3330
- name: Setup Private Key for Remote Connections
3431
run: |

0 commit comments

Comments
 (0)