ansible/test/integration/roles/test_var_precedence_role1/vars/main.yml
2014-08-20 15:49:01 -05:00

4 lines
195 B
YAML

---
# should override the global vars_files_var since it's local to the role
# but will be set to the value in the last role included which defines it
vars_files_var_role: "vars_files_var_role1"