Merge pull request #1097 from rjeffman/fix_ansible_lint_var_naming

upstream CI: Disable ansible-lint var-naming check
This commit is contained in:
Thomas Woerner
2023-05-30 14:45:14 +02:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ skip_list:
- yaml # yamllint should be executed separately.
- experimental # Do not run any experimental tests
- name[template] # Allow Jinja templating inside task names
- var-naming
use_default_rules: true