diff --git a/.github/workflows/reusable-molecule.yml b/.github/workflows/reusable-molecule.yml index 3845214..b5245ff 100644 --- a/.github/workflows/reusable-molecule.yml +++ b/.github/workflows/reusable-molecule.yml @@ -34,7 +34,7 @@ jobs: - name: Setup molecule run: | pip3 install --no-cache-dir yamllint ansible==${{ inputs.ansible-version }} ansible-lint \ - molecule molecule-plugins[docker]==23.5.0 docker \ + molecule==6.0.3 molecule-plugins[docker]==23.5.0 docker \ jmespath - name: Print Ansible version run: ansible --version