From 23adeb915bb465377a866799c1f307fa125a61b3 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Mon, 24 Apr 2023 10:36:12 +0200 Subject: [PATCH] interim fix : use molecule < 5 : ansible-community/molecule#3883 --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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