camac-suisse / ansible-role-camac

3 stars 11 forks source link

feat(caluma): enable historical API #49

Closed anehx closed 5 years ago

winpat commented 5 years ago

@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 commented 5 years ago

Thanks for the feedback @winpat - please see #50 for the fix.