using roles with this type of structure and face a problem with variable values apparently not being applied from the /defaults/main.yml
role01
__/tasks
__main.yml
__/defaults
__main.yml
As far my understanding goes the /tasks/main.yml should read the variables from /defaults/main.yml no matter what (without any vars_files: declaration. Is that understanding correct?
If not, how exactly do I have to reference the /defaults/main.yml ?
As far my understanding goes the /tasks/main.yml should read the variables from /defaults/main.yml no matter what (without any vars_files: declaration. Is that understanding correct?