tenks/.ansible-lint
Mark Goddard 2c2c8b9504 Fix CI failures
* new ansible-lint complaints
* clamp ansible-lint to <7
* tox 4 support
* switch to CentOS NFV Open vSwitch repository for OVS - rocky 9 RDO install was failing
* switch from Kayobe CentOS stream 8 to Rocky Linux 9 and Ubuntu Jammy
  jobs - these are the current supported distros in Kayobe master

Change-Id: Ic607ccccc866da65c100053bfa15ee141a98679e
2023-05-18 09:24:55 +01:00

13 lines
395 B
Plaintext

skip_list:
# NOTE(yoctozepto): skip various fqcn and name checks for now to avoid unnecessary big style changes
- fqcn[action-core]
- fqcn[action]
- name[missing]
- name[template]
- var-naming[no-role-prefix]
warn_list:
- no-changed-when
- experimental # all rules tagged as experimental
- jinja[invalid] # NOTE(yoctozepto): it tends to misbehave for no obvious good reason