mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
6 lines
227 B
YAML
6 lines
227 B
YAML
|
---
|
||
|
# should override the global vars_files_var since it's local to the role
|
||
|
vars_files_var: "vars_files_var_role1"
|
||
|
# should override the value in defaults/main.yml for role 2
|
||
|
defaults_file_var_role2: "overridden by role vars"
|