Install mta-sts-resolver only for internet type postfix installations
This commit is contained in:
parent
e346a5a841
commit
3863b44715
1 changed files with 6 additions and 1 deletions
|
@ -13,9 +13,14 @@
|
||||||
- postfix
|
- postfix
|
||||||
- postfix-cdb
|
- postfix-cdb
|
||||||
- postfix-pcre
|
- postfix-pcre
|
||||||
- postfix-mta-sts-resolver
|
|
||||||
cache_valid_time: 3600
|
cache_valid_time: 3600
|
||||||
|
|
||||||
|
- name: "Package | Install MTA-STS-Resolver"
|
||||||
|
ansible.builtin.apt:
|
||||||
|
pkg:
|
||||||
|
- postfix-mta-sts-resolver
|
||||||
|
when: postfix_type == "internet"
|
||||||
|
|
||||||
- name: "Packages | Install Unbound"
|
- name: "Packages | Install Unbound"
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
pkg:
|
pkg:
|
||||||
|
|
Loading…
Add table
Reference in a new issue