# Config for: ansible-lint
# Applied by: ansible-lint (run from repo root)
exclude_paths:
  - .cache/
  - manifests/
  - argocd/
  - values/

use_default_rules: true

skip_list:
  - yaml[line-length]
