Fix ansible install: use apt-get

This commit is contained in:
Ryan Moon
2026-03-31 18:26:03 -05:00
parent 311f0df55e
commit 7c2e44d8b6

View File

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