Fix ansible install: use apt-get
This commit is contained in:
@@ -27,7 +27,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Ansible
|
- 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
|
- name: Write SSH key
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user