Skip to content

Commit

Permalink
Change some lint settings to fix molecule handling
Browse files Browse the repository at this point in the history
  • Loading branch information
MarauderXtreme committed Aug 21, 2022
1 parent 694c87e commit ceb984a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
---

exclude_paths:
../
- .cache
- .github

kinds:
# - playbook: "**/examples/*.{yml,yaml}"
# - galaxy: "**/folder/galaxy.yml"
# - tasks: "**/tasks/*.yml"
# - vars: "**/vars/*.yml"
# - meta: "**/meta/main.yml"
- vars: "**/inventory.yml"
- yaml: "**/*.yaml-too"

0 comments on commit ceb984a

Please sign in to comment.