Skip to content

Commit

Permalink
Fix molecule run issue40 (#41)
Browse files Browse the repository at this point in the history
* issue #40 - pin ansible-core==2.15.11

* Revert "issue #40 - pin ansible-core==2.15.11"

This reverts commit 14dd56e.

* issue #40 - pin docker==7.0.0

* issue #40 - pin typing-extensions==4.11.0

* issue #40 - pin ansible-core==2.15.11 requests==2.31.0 typing-extensions==4.11.0 docker==7.0.0

* issue #40 - pin requests==2.31.0

* issue #40 - pin requests==2.31.0 for molecule test too
  • Loading branch information
zerwes authored May 29, 2024
1 parent 77e5b84 commit 71a656c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
- debian12
include:
- ansible: latest
pip3deps: 'dnspython ansible molecule "molecule-plugins[docker]" yamllint ansible-lint'
pip3deps: 'dnspython ansible molecule "molecule-plugins[docker]" yamllint ansible-lint requests==2.31.0'
- ansible: pinned
pip3deps: 'dnspython "ansible==8.6.0" "molecule-plugins[docker]" "yamllint==1.32.0" "ansible-lint==6.22.0"'
- ansible: legacy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.9

- name: Install test dependencies.
run: pip3 install dnspython ansible molecule "molecule-plugins[docker]" yamllint ansible-lint
run: pip3 install dnspython ansible molecule "molecule-plugins[docker]" requests==2.31.0 yamllint ansible-lint

- name: run molecule converge
run: molecule converge
Expand Down

0 comments on commit 71a656c

Please sign in to comment.