fix: install ansible using pip
This commit is contained in:
@@ -74,8 +74,10 @@ jobs:
|
|||||||
- name: Install Ansible
|
- name: Install Ansible
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update -y
|
||||||
apt install -y ansible
|
apt install python3-pip -y
|
||||||
|
python3 -m pip install ansible
|
||||||
|
python3 -m pip install ansible-lint
|
||||||
|
|
||||||
- name: Install Ansible Roles
|
- name: Install Ansible Roles
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user