diff --git a/.gitea/workflows/provision_configure.yaml b/.gitea/workflows/provision_configure.yaml index 8c38343..2715b98 100644 --- a/.gitea/workflows/provision_configure.yaml +++ b/.gitea/workflows/provision_configure.yaml @@ -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: |