Skip to content

Commit

Permalink
ansible lint has changed a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jul 12, 2023
1 parent bb235b7 commit 26851c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .ansible-lint
Expand Up @@ -3,14 +3,14 @@
# Ansible managed
#
exclude_paths:
- ./molecule/default/prepare.yml
- ./molecule/default/converge.yml
- ./molecule/default/verify.yml
- ./molecule/default/collections.yml
- ./.tox
- ./.cache
- ./.github
- ./requirements.yml
- molecule/default/prepare.yml
- molecule/default/converge.yml
- molecule/default/verify.yml
- molecule/default/collections.yml
- .tox
- .cache
- .github
- requirements.yml

skip_list:
- yaml[truthy]
Expand Down

0 comments on commit 26851c2

Please sign in to comment.