This commit is contained in:
Mark Janssen 2025-04-19 16:24:47 +02:00
parent 6cff97e2bb
commit d0cd352b4a
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
5 changed files with 49 additions and 13 deletions

14
.ansible-lint Normal file
View file

@ -0,0 +1,14 @@
#warn_list: # or 'skip_list' to silence them completely
skip_list:
- experimental
- var-naming[no-role-prefix]
- name
warn_list:
- '204' # Lines should be no longer than 160 chars
- no-handler
- ignore-errors
- fqcn-builtins
- fqcn
- partial-become[task]
- template-instead-of-copy
offline: true