diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b4e524..52cc707 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install molecule docker yamllint ansible-lint + run: pip3 install molecule docker molecule-docker yamllint ansible-lint - name: Run Molecule tests. run: molecule test