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-cdb
|
||||
- postfix-pcre
|
||||
- postfix-mta-sts-resolver
|
||||
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"
|
||||
ansible.builtin.apt:
|
||||
pkg:
|
||||
|
|
Loading…
Reference in a new issue