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