Mark van Driel

Results 5 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') }}...