Fix ansible install: use python3 -m pip
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Ansible
|
||||
run: pip install ansible
|
||||
run: python3 -m pip install --break-system-packages ansible
|
||||
|
||||
- name: Write SSH key
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user