Files
gitlab-mirror/.ansible-lint
2025-12-17 11:37:16 +03:00

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