---
profile: production

skip_list:
  - name[template] # Remove warnings on task names where Jinja template is not at the end
  - run-once[task] # Remove warnings on using run_once with other strategies
  - meta-no-info # Ansible-lint does not honor meta-schema with standalone: false
  - var-naming[no-role-prefix] # TODO: Fix internal variable names as a breaking change for AVD 5.0.0
  - syntax-check[unknown-module] # Galaxy and Automation hub run as "offline" so they cannot install dependencies... yeah...
kinds:
  - yaml: "**/molecule/**/inventory/host_vars/host1/roles.yml"
exclude_paths:
  - .cache/
  - .ansible/
