Disable var-naming[no-role-prefix] ansible-lint rule

This commit is contained in:
Slavi Pantaleev 2023-07-12 08:15:58 +03:00
parent 28e3c5266b
commit 54412c361d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ skip_list:
- schema
- command-instead-of-shell
- role-name
- var-naming[no-role-prefix]
# We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
# before finally dumping it to a file.
- template-instead-of-copy