mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
upstream CI: Disable ansible-lint var-naming check
Latest ansible-lint version (6.16.1) started to raise an error when variable names from within roles are not prefixed with the role name. Error: var-naming[no-role-prefix]. As Ansible sanity check does not enforce this, it will be disabled, for now on ansible-freeipa's upstream CI. A future effort to reduce the checks that are not being evaluated should be done as preparation for future Ansible Galaxy and Automation Hub requirements.
This commit is contained in:
@@ -35,6 +35,7 @@ skip_list:
|
|||||||
- yaml # yamllint should be executed separately.
|
- yaml # yamllint should be executed separately.
|
||||||
- experimental # Do not run any experimental tests
|
- experimental # Do not run any experimental tests
|
||||||
- name[template] # Allow Jinja templating inside task names
|
- name[template] # Allow Jinja templating inside task names
|
||||||
|
- var-naming
|
||||||
|
|
||||||
use_default_rules: true
|
use_default_rules: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user