.ansible-lint 234 B

12345678910111213141516
  1. exclude_paths:
  2. - .cache/ # implicit unless exclude_paths is defined in config
  3. - .github/
  4. - .venv
  5. - .git
  6. loop_var_prefix: "{role}_"
  7. use_default_rules: true
  8. skip_list:
  9. - skip_this_tag
  10. - git-latest
  11. warn_list:
  12. - internal-error