ansible-roles/postfix/tasks/main.yml
Mathieu Trossevin 119e134373
[Cleanup] php and postfix
Comparison with litteral True and False ( `var == False` ⇔ `not var` or
`var is boolean and var` or ` var is sameas False` should there be a
need to check if it is really a boolean that is False and not only
something evaluationg to False)
2020-12-23 15:08:43 +01:00

13 lines
200 B
YAML

---
- include: common.yml
- include: minimal.yml
when: not postfix_packmail
- include: packmail.yml
when: postfix_packmail
- include: slow_transport.yml
when: postfix_slow_transport_include