Skip to content

Commit

Permalink
molecule workflow : updated dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Nov 20, 2023
1 parent 2f63565 commit f4c8469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- ubuntu1804
include:
- ansible: latest ansible
pip3deps: 'dnspython ansible molecule "molecule-plugins[docker]" yamllint ansible-lint "requests<2.29" "urllib3<2"'
pip3deps: 'dnspython ansible molecule "molecule-plugins[docker]" yamllint ansible-lint'
- 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"'
pip3deps: 'dnspython "ansible==8.6.0" "molecule-plugins[docker]" "yamllint==1.32.0" "ansible-lint==6.22.0"'
- ansible: legacy ansible
pip3deps: 'dnspython "ansible==2.9.27" "molecule[docker,lint]==3.2.3" "yamllint==1.24.2" "ansible-lint==4.2.0" "requests<2.29" "urllib3<2"'
- distro: debian12
Expand Down

0 comments on commit f4c8469

Please sign in to comment.