c12s-kubespray/.ansible-lint
MarkusTeufelberger a65605b17a ansible-lint: Don't use bare variables (#4608)
Circumvented one false positive from ansible-lint
Moved a block of jinja magic into its own variable
2019-04-23 22:20:00 -07:00

20 lines
421 B
Plaintext

---
parseable: true
skip_list:
# see https://docs.ansible.com/ansible-lint/rules/default_rules.html for a list of all default rules
# The following rules throw errors.
# These either still need to be corrected in the repository and the rules re-enabled or they are skipped on purpose.
- '201'
- '204'
- '206'
- '301'
- '302'
- '305'
- '306'
- '404'
- '502'
- '503'
- '504'
- '602'
- '701'