diff --git a/.ansible-lint b/.ansible-lint index 0c235a7..4b5e4fd 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,4 +1,4 @@ skip_list: - - '405' - - '503' - - '106' + - 'yaml' + - 'no-handler' + - 'role-name' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a82e4e..32eb7a1 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 +