summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/var_precedence/roles/test_var_precedence_role1/vars/main.yml
blob: 2f7613d30a6ff28d50a0f3e198ac42aa69900dda (plain)
1
2
3
4
---
# 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"