---
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
kinds:
  - yaml: "**/molecule/**/inventory/host_vars/roles.yml"
