diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index ce949c6..1c88a9a 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies Including Ansible run: | python -m pip install --upgrade pip - pip install -r ansible + pip install -r ansible/requirements.txt - name: Install SSH key uses: shimataro/ssh-key-action@v2