fix(ci): Add ansible Lint Config 💚
Some checks failed
CI / lint (push) Failing after 21s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2024-08-20 11:18:45 +12:00
parent 34a8bdc379
commit b87f24c495

7
.ansible-lint Normal file
View File

@@ -0,0 +1,7 @@
profile: min
skip_list: # or 'skip_list' to silence them completely
- experimental # all rules tagged as experimental
- unnamed-task # All tasks should be named
- fqcn-builtins
- role-name