tripleo-ipa/.ansible-lint

12 lines
366 B
Plaintext

exclude_paths:
- ..
skip_list:
- experimental # all rules tagged as experimental
- no-changed-when # Commands should not change things if nothing needs doing
warn_list:
- literal-compare # Don't compare to literal True/False
- unnamed-task # All tasks should be named
- var-spacing # Variables should have spaces before and after: {{ var_name }}