diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index fd153fb..d333594 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -69,10 +69,7 @@ jobs: uses: actions/checkout@v4 - name: Install test dependencies - run: pip3 install molecule-plugins[docker] jmespath - - - name: Install Ansible - run: pip3 install ansible==${{ matrix.ansible_version }} + run: pip3 install ansible==${{ matrix.ansible_version }} molecule-plugins[docker] jmespath - name: Secrets to env uses: oNaiPs/secrets-to-env-action@v1.5