diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a70107a..ae9515c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,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 - name: Create instances, prepare environment run: molecule create && molecule prepare