diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index c3ac276..2096119 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -38,6 +38,7 @@ jobs: pip install "ansible<8" "ansible-lint<6.13" flake8 pip install "molecule<5" "ansible-compat<4" pip install molecule-plugins[docker] pytest-testinfra + pip install "requests < 2.32.0" - name: Run molecule run: molecule test -s "${{ matrix.scenario }}"