log a stdout

This commit is contained in:
Mauro Torrez 2019-09-08 15:34:46 -03:00
parent e937775811
commit 76adfada4e

View File

@ -111,6 +111,7 @@
- name: Configurar main.cf
postconf:
parameter:
maillog_file: /dev/stdout
mydestination: >-
{{ postfix_unix_domains |
union( [ ansible_fqdn, 'localhost.localdomain', 'localhost'] ) |