relax some ansible-lint rules
This commit is contained in:
parent
5d23d14293
commit
03a62e3af8
1 changed files with 4 additions and 6 deletions
|
|
@ -3,10 +3,8 @@
|
|||
skip_list:
|
||||
- fqcn[action]
|
||||
- fqcn-builtins
|
||||
# - no-handler
|
||||
# - no-changed-when
|
||||
# - risky-file-permissions
|
||||
# - var-naming[no-role-prefix]
|
||||
# - yaml[line-length]
|
||||
#
|
||||
- no-handler
|
||||
- no-changed-when
|
||||
- var-naming[no-role-prefix]
|
||||
|
||||
offline: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue