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 33e2b5a commit 5fb42d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .ansible-lint
Original file line number Diff line number Diff line change
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 5fb42d9

Please sign in to comment.