ansible-collection-kolla/.ansible-lint
Michal Nasiadka b4f1d3c993 Bump ansible-lint
Sync the versions with kolla-ansible

Depends-On: https://review.opendev.org/c/openstack/kayobe/+/883744

Change-Id: I744d64e1e69021f93497fcf127a6abd315f04669
2023-05-22 12:55:26 +00:00

18 lines
414 B
Plaintext

---
use_default_rules: true
skip_list:
# Experimental
- experimental
# Use FQCN
- fqcn[action]
- fqcn[action-core]
# Galaxy changelog and runtime defined
- galaxy[no-changelog]
- galaxy[no-runtime]
# don't fail on when at the end of block
- key-order[task]
# All tasks should be named
- name[missing]
# Variables names from within roles should use role_name_ as a prefix
- var-naming[no-role-prefix]