Skip to content

Commit

Permalink
ansible-lint: skip partial-become
Browse files Browse the repository at this point in the history
Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Oct 2, 2023
1 parent 14f7a54 commit 039ee44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ warn_list:

skip_list:
- meta-no-info
# all of my roles are become'd, but the indirection in the playbook
# confuses ansible-lint
- partial-become

0 comments on commit 039ee44

Please sign in to comment.