Mark van Driel

Results 8 comments of Mark van Driel

@tersmitten We could add more quotes in the templates. ;)

@tersmitten Something for 7.* or do you prefer to keep it this way?

> The documentation should probably be: > > ``` > e.g. `'"%{+Q}o\ %t\ %s\ %{-Q}r"'` > ``` Yes, in: https://github.com/Oefenweb/ansible-haproxy/pull/106

Yeah, thanks, that is my current workaround. Is the pull request something for v4.x?

A minor fix for your configuration suggestion are the brackets ("(" and ")") around the comparison: ```yaml postfix_raw_options: - | smtp_use_tls = {{ (postfix_smtp_tls_security_level != 'none') | ternary('yes', 'no') }}...

You are right, when I comment out "hyphens" (line 259-260) in this file and also in _core.sass the error doesn't show up. Do you think it is a naming conflict...

@graingert Is it possible to merge this to make this nice plugin compatible with Python 3?