mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00

Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#var-naming We don't really fix these, but just suppress them, because they're like that intentionally. We try to name variables in a way that is consistent with the configuration key they control. If the upstream component uses camelCase, we also need to include camelCase in the variable name.
13 lines
164 B
YAML
13 lines
164 B
YAML
---
|
|
|
|
use_default_rules: true
|
|
|
|
skip_list:
|
|
- unnamed-task
|
|
- no-handler
|
|
- no-jinja-nesting
|
|
- schema
|
|
- command-instead-of-shell
|
|
- role-name
|
|
|
|
offline: false
|