proxmox needs postfix

This commit is contained in:
2024-11-30 15:28:41 +01:00
parent de663b64b4
commit c119f5e695

View File

@@ -24,4 +24,4 @@
- { regex: "^mailhub=.*", line: "mailhub=mail.universe.local"} - { regex: "^mailhub=.*", line: "mailhub=mail.universe.local"}
- { regex: "^hostname=.*", line: "hostname={{ ansible_fqdn }}"} - { regex: "^hostname=.*", line: "hostname={{ ansible_fqdn }}"}
when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu", "Linux Mint"] when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu", "Linux Mint"]
when: postfix is not defined or postfix == false when: postfix is not defined or postfix == false and not (is_proxmox is defined and is_proxmox == true)