Changeset - c120dfad296f
[Not reviewed]
0 2 0
Branko Majic (branko) - 7 years ago 2016-11-27 16:29:27
branko@majic.rs
MAR-78: Fixed default values for local_mail_aliases in mail_server and mail_forwareder roles (should've been empty dict, not empty list).
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/mail_forwarder/defaults/main.yml
Show inline comments
 
---
 

	
 
local_mail_aliases: []
 
local_mail_aliases: {}
 
smtp_relay_host: ""
 
smtp_relay_truststore: "{{ lookup('file', tls_certificate_dir + '/truststore.pem') }}"
 
\ No newline at end of file
roles/mail_server/defaults/main.yml
Show inline comments
 
@@ -11,4 +11,4 @@ imap_folder_separator: "/"
 
smtp_rbl: []
 
mail_postmaster: "postmaster@{{ ansible_domain }}"
 
smtp_allow_relay_from: []
 
local_mail_aliases: []
 
\ No newline at end of file
 
local_mail_aliases: {}
 
\ No newline at end of file
0 comments (0 inline, 0 general)