From 56551e436e3f3e82f4488e734c20cfffb75f65f9 Mon Sep 17 00:00:00 2001 From: Justin Perdok Date: Mon, 19 Oct 2020 17:40:58 +0000 Subject: [PATCH] Update main.yml Fixes ansible-community/molecule#2891 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b299b5..dd2c2ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,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 lint