mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Disable var-naming[no-role-prefix] ansible-lint rule
This commit is contained in:
parent
28e3c5266b
commit
54412c361d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user