diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 09db491..d92aa1c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -64,7 +64,7 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install ansible molecule[docker] docker + run: pip3 install ansible molecule-plugins[docker] docker - name: Run Molecule tests. run: molecule test @@ -72,4 +72,4 @@ jobs: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1' MOLECULE_DISTRO: ${{ matrix.distro }} - CONTAINERD: '1' \ No newline at end of file + CONTAINERD: '1'