From 83cfcff91c9f23bcfcb9f490d31b20d603403a8c Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 22 Feb 2021 16:16:17 -0600 Subject: [PATCH] Make ansible-lint work again. --- .ansible-lint | 8 ++++---- .github/workflows/ci.yml | 2 +- .gitignore | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 9034f22..8d58b47 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,5 +1,5 @@ skip_list: - - '306' - - '405' - - '503' - - '106' + - 'yaml' + - 'risky-shell-pipe' + - 'no-handler' + - 'role-name' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa6d37e..af73348 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-lint + run: pip3 install yamllint ansible ansible-lint - name: Lint code. run: | diff --git a/.gitignore b/.gitignore index f56f5b5..8840c8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.retry */__pycache__ *.pyc +.cache +