camac-suisse / ansible-role-camac

3 stars 11 forks source link

fix(webdav): remove whitespace from bool variable #136

Closed winged closed 2 months ago

winged commented 2 months ago

With the whitespace, the environ module will interpret the value as False even if the word True is in it (the actual env variable content is " True", note the leading whitespace)