diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 8fa83ec..4798303 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -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 diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a58897f..d497c01 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -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