13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
---
|
|
profile: production
|
|
strict: true
|
|
|
|
# Enable checking of loop variable prefixes in roles
|
|
loop_var_prefix: "^(__|{role}_)"
|
|
|
|
exclude_paths:
|
|
- .github/
|
|
- .ansible/
|
|
# ansible-lint thinks it's a playbook so gives an error, but its tasks are for include_task. decided to exclude it
|
|
- roles/rustdesk/molecule/default/client-binary-existance.yml
|