From 564d909129378f754e0b19c490611a76253bce47 Mon Sep 17 00:00:00 2001 From: 89luca89 Date: Wed, 6 Jan 2021 22:28:40 +0100 Subject: [PATCH] Fix ansible-later task --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index f22e6f6..67f80fe 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -56,7 +56,7 @@ jobs: # Install requirements and latest ansible - name: Install Dependencies pip run: | - pip3 install ansible-later + pip3 install ansible-later ansible ansible-base # Validate all inventory files in the repo - name: Ansible Later