fix: install ansible using pip

This commit is contained in:
Ditmar Visser
2025-06-11 17:20:40 +00:00
parent b03a3d5e47
commit 7873a1012b

View File

@@ -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: |