@czosel @anehx Configuration values should always be set in vars/ or defaults/, never directly inside a template itself. This defeats the purpose of ansible.
Now you have to update the ansible role itself to disable this feature. Otherwise you could simply adjust a variable on runtime when executing ansible-playbook.
@czosel @anehx Configuration values should always be set in
vars/
ordefaults/
, never directly inside a template itself. This defeats the purpose of ansible.Now you have to update the ansible role itself to disable this feature. Otherwise you could simply adjust a variable on runtime when executing
ansible-playbook
.