camac-suisse / ansible-role-camac

3 stars 11 forks source link

Fix value of camac_demo_mode #32

Closed winpat closed 5 years ago

winpat commented 5 years ago

Yaml booleans get quoted when they are rendered inside a jinja2 template. If this happens in a ini file template then the setting will always be true because strings are considered truthy.