From d3baaf99086ca14971657fcffa33f9a27279a797 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 15 Mar 2021 09:28:33 -0500 Subject: [PATCH] Remove ansible-lint from roles. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47fc2ef..ff706f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,11 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install yamllint ansible ansible-lint + run: pip3 install yamllint - name: Lint code. run: | yamllint . - ansible-lint molecule: name: Molecule