Skip to content

Commit

Permalink
Revert "interim fix : pin latest ansible version due to ansible/molec…
Browse files Browse the repository at this point in the history
…ule#4017"

This reverts commit e9e5b40.
  • Loading branch information
zerwes committed Aug 22, 2023
1 parent e9e5b40 commit 2f63565
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 @@ -27,7 +27,7 @@ jobs:
- ubuntu1804
include:
- ansible: latest ansible
pip3deps: 'dnspython ansible==8.2.0 ansible-core==2.15.2 molecule "molecule-plugins[docker]" yamllint ansible-lint "requests<2.29" "urllib3<2"'
pip3deps: 'dnspython ansible molecule "molecule-plugins[docker]" yamllint ansible-lint "requests<2.29" "urllib3<2"'
- ansible: pinned ansible
pip3deps: 'dnspython "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 ansible
Expand Down

0 comments on commit 2f63565

Please sign in to comment.