diff --git a/.github/workflows/ansible.yaml b/.github/workflows/ansible.yaml index 50fc477c6a2..1416632d6e6 100644 --- a/.github/workflows/ansible.yaml +++ b/.github/workflows/ansible.yaml @@ -16,6 +16,9 @@ jobs: - name: Checkout Repo uses: actions/checkout@v1 + - name: Install passlib + run: pipx inject ansible-core passlib + - name: Install Ansible dependencies id: init run: ansible-galaxy install -r requirements.yml -p roles/galaxy/