Skip to content

Commit

Permalink
exclude ./.ansible from ansible-lint
Browse files Browse the repository at this point in the history
this seems to be where molecule / ansible installs dependencies in CI
  • Loading branch information
p-j-smith committed Feb 10, 2025
1 parent 67ee954 commit 43682dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ warn_list:
- galaxy[tags]
- no-handler
- var-naming[no-role-prefix]

exclude_paths:
- .ansible # where Molecule / Ansible installs dependencies in CI

0 comments on commit 43682dc

Please sign in to comment.