Make Mail-TLS-Helper optional
This commit is contained in:
parent
7a2ff6c74a
commit
4ad48694d5
2 changed files with 5 additions and 2 deletions
|
@ -23,7 +23,9 @@
|
|||
- name: TLS-helper
|
||||
ansible.builtin.import_tasks: tls-helper.yml
|
||||
tags: tls-helper
|
||||
when: postfix_type == "internet"
|
||||
when:
|
||||
- postfix_type == "internet"
|
||||
- postfix_tls_helper is defined and postfix_tls_helper
|
||||
|
||||
- name: MTA-STS
|
||||
ansible.builtin.include_tasks: mta-sts.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue