matrix-docker-ansible-deploy/.config/ansible-lint.yml

18 lines
400 B
YAML
Raw Normal View History

2022-07-18 12:43:02 +00:00
---
use_default_rules: true
skip_list:
- unnamed-task
- no-handler
- no-jinja-nesting
- schema
- command-instead-of-shell
- role-name
- var-naming[no-role-prefix]
# We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
# before finally dumping it to a file.
- template-instead-of-copy
2022-07-18 12:43:02 +00:00
2022-11-20 17:13:00 +00:00
offline: true