Fix ansible lint v3 -- on the right branch this time!
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
facfe3c169
commit
9e135e1dfd
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
||||||
skip_list:
|
skip_list:
|
||||||
- '301'
|
- '301'
|
||||||
|
|
||||||
|
warn_list:
|
||||||
|
- '305' # Use shell only when shell functionality is required
|
||||||
|
- '503' # Tasks that run when changed should likely be handlers
|
||||||
|
- experimental # all rules tagged as experimental
|
||||||
|
|
Loading…
Reference in a new issue