Skip to content

Commit

Permalink
interim fix : use molecule < 5 : ansible/molecule#3883
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Apr 24, 2023
1 parent 5d42ca7 commit 49d26da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: 3.9

- name: Install test dependencies.
run: pip3 install requests dnspython ansible "molecule[docker,lint]" yamllint ansible-lint
run: pip3 install requests dnspython ansible "molecule[docker,lint]<5.0.0" yamllint ansible-lint

- name: run molecule tests
run: molecule test
Expand Down

0 comments on commit 49d26da

Please sign in to comment.