0c40c6c23c
Also adds a new class to the test_var_precedence test to check for this type of error in the future. Fixes #9178
5 lines
172 B
YAML
5 lines
172 B
YAML
---
|
|
# should be overridden by vars_files in the main play
|
|
vars_files_var: "BAD!"
|
|
# should be seen in role1 (no override)
|
|
defaults_file_var_role1: "defaults_file_var_role1"
|