ci: Added ansible-lint config 👷
Some checks failed
CI / lint (push) Failing after 13s
CI / Molecule Test (almalinux8) (push) Has been skipped
CI / Molecule Test (almalinux9) (push) Has been skipped
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2024-08-18 09:30:56 +12:00
parent 6d9655adab
commit 7410073604

6
.ansible-lint Normal file
View File

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