Skip to content

Commit 15f2298

Browse files
committed
add winrm for github actions workflow
1 parent 58c65ae commit 15f2298

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/apply.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ jobs:
2525
sudo apt-get update
2626
sudo apt-get install -y ansible
2727
28-
- name: Setup SSH Private Key
28+
- name: Install Python dependencies for WinRM
29+
run: |
30+
python3 -m pip install --upgrade pip
31+
pip3 install pywinrm requests
32+
33+
- name: Setup Private Key for Remote Connections
2934
run: |
3035
mkdir -p keys
3136
echo "${{ secrets.AWS_PRIVATE_KEY }}" > keys/b2111933-pair.pem

0 commit comments

Comments
 (0)