From 45c6a92b458b0980c35a407512a438e01b75f30f Mon Sep 17 00:00:00 2001 From: Justin Perdok Date: Thu, 1 Apr 2021 12:25:39 +0000 Subject: [PATCH] Add ansible to molecule dependencies --- .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 dd2c2ed..e29984b 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 molecule-docker yamllint ansible-lint + run: pip3 install ansible molecule docker molecule-docker yamllint ansible-lint - name: Run Molecule tests. run: molecule lint