Fix ansible install: use python3 -m pip

This commit is contained in:
Ryan Moon
2026-03-31 18:24:06 -05:00
parent df307237bd
commit 311f0df55e

View File

@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Ansible - name: Install Ansible
run: pip install ansible run: python3 -m pip install --break-system-packages ansible
- name: Write SSH key - name: Write SSH key
run: | run: |