standard mta on arch is not ssmtp

so use variable for distro specific mtas
This commit is contained in:
2022-07-07 22:49:08 +02:00
parent 2d65183017
commit 8f609a95e0
4 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
- name: server | utilities | install ssmtp
package:
name: "ssmtp"
name: "{{ mta_package }}"
state: present
when: postfix is not defined or postfix == false