mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 04:14:42 +00:00
Merge pull request #1097 from rjeffman/fix_ansible_lint_var_naming
upstream CI: Disable ansible-lint var-naming check
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