From 162ac8167613bd3e8bd1f424085b5bfe5a0ba646 Mon Sep 17 00:00:00 2001 From: t2d Date: Thu, 1 Apr 2021 10:07:28 +0200 Subject: [PATCH] Install ansible explicitly in testing --- .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 b9a227d..072b28a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install ansible-lint molecule[docker] yamllint + run: pip3 install ansible ansible-lint molecule[docker] yamllint - name: Run Molecule tests. # run: molecule test -s docker