ansible-infra/.ansible-lint
June f943e95e2e
Some checks failed
/ Ansible Lint (push) Failing after 48s
fix ansible_lint issues
Use prefix for role variables, have an ending newline at the end of
files and use changed_when for command.
Also exclude *.sops.yaml files from ansible-lint.
2025-10-13 17:43:00 +02:00

7 lines
105 B
Text

skip_list:
- "yaml[line-length]"
- "name[casing]"
exclude_paths:
- .forgejo/
- "**/*.sops.yaml"