From b51d30d7222258a9ec6c2903e9a4be2bdedffdb4 Mon Sep 17 00:00:00 2001 From: Sam Mesterton-Gibbons Date: Sun, 21 May 2023 22:19:42 +0100 Subject: [PATCH] Update molecule dependency install Molecule has moved the various drivers into a new molecule-plugins package, see https://github.com/ansible-community/molecule/issues/3883 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d72ec3..e1dab75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: python-version: '3.x' - name: Install deps - run: pip3 install ansible ansible-lint molecule[docker] + run: pip3 install ansible ansible-lint molecule-plugins[docker] - name: Create instances, prepare environment run: molecule create && molecule prepare