Install mta-sts-resolver only for internet type postfix installations

This commit is contained in:
phil 2023-06-11 09:38:53 +02:00
parent e346a5a841
commit 3863b44715

View file

@ -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: