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