Add conditional for MTA-STS
This commit is contained in:
parent
ba8975d6be
commit
d786e5ab09
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
ansible.builtin.include_tasks: mta-sts.yml
|
ansible.builtin.include_tasks: mta-sts.yml
|
||||||
tags: mta-sts
|
tags: mta-sts
|
||||||
loop: "{{ postfix_domains }}"
|
loop: "{{ postfix_domains }}"
|
||||||
|
when: postfix_domains is defined
|
||||||
args:
|
args:
|
||||||
apply:
|
apply:
|
||||||
delegate_to: "{{ gateway_host }}"
|
delegate_to: "{{ gateway_host }}"
|
||||||
|
|
Loading…
Reference in a new issue