proxmox needs postfix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user