Skip to content

Commit

Permalink
interim fix: pin latest ansible version due to ansible/molecule#4017
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Aug 21, 2023
1 parent 8dcb846 commit aa5b812
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 @@ -22,7 +22,7 @@ jobs:
- debian12
include:
- ansible: latest
pip3deps: 'ansible molecule "molecule-plugins[docker]" yamllint ansible-lint "requests<2.29" "urllib3<2"'
pip3deps: 'ansible==8.2.0 ansible-core==2.15.2 molecule "molecule-plugins[docker]" yamllint ansible-lint "requests<2.29" "urllib3<2"'
- ansible: pinned
pip3deps: '"ansible==7.4.0" "molecule[docker,lint]==3.5.2" "yamllint==1.26.0" "ansible-lint==6.4.0" "requests<2.29" "urllib3<2"'
- ansible: legacy
Expand Down

0 comments on commit aa5b812

Please sign in to comment.