From 3a164a5d0867e7b5e85e067fb260d21b1132213e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 9 Feb 2021 21:27:22 -0600 Subject: [PATCH] Attempt to fix broken Lint in CI x2. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c275812..e1190152 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install yamllint ansible-base ansible-lint + run: pip3 install yamllint ansible ansible-lint - name: Lint code. run: |