---
# .ansible-lint
exclude_paths:
  - .github/

enable_list:
  - fqcn-builtins  # opt-in
  - no-log-password  # opt-in
  - yaml

profile: production
