ansible/test/integration/roles/test_var_precedence_role1/vars/main.yml

5 lines
195 B
YAML
Raw Normal View History

---
# 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"