diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index dfc5225..23c92ba 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -19,7 +19,7 @@ jobs: python-version: 3.9 - name: Install test dependencies. - run: pip3 install requests ansible "molecule[docker,lint]" yamllint ansible-lint + run: pip3 install requests ansible "molecule[docker,lint]<5.0.0" yamllint ansible-lint - name: run molecule tests run: molecule test