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 400d894 commit 23adeb9
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 @@ -19,7 +19,7 @@ jobs:
python-version: 3.9

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

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

0 comments on commit 23adeb9

Please sign in to comment.