Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: filter
EUID
when sourcing variable files
Fixes stuff like this: ``` [root@testbox-arch /]# cat /tmp/test-template-01J6DD4XM9BR40A7HZ5349T5TM Testing templating! Printing all variables available, via template ------------------- Printing host variables: EUID: 0 mango_group_template_var: Hi, I'm a group variable! mango_host_template_var: Hi, I'm a host variable! mango_host_var_for_override: This is the original host variable content. mango_role_template_var: Hi, I'm a role variable! package_install: pacman -Sy ------------------- Printing module variables: EUID: 0 mango_host_var_for_override: Module has updated host var! mango_module_template_var: Hi, I'm a module variable! ------------------- Printing all variables (merged, where module variables override host variables): EUID: 0 mango_group_template_var: Hi, I'm a group variable! mango_host_template_var: Hi, I'm a host variable! mango_host_var_for_override: Module has updated host var! mango_module_template_var: Hi, I'm a module variable! mango_role_template_var: Hi, I'm a role variable! package_install: pacman -Sy ```
- Loading branch information