diff options
Diffstat (limited to 'roles/MSA/tasks')
| -rw-r--r-- | roles/MSA/tasks/main.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/MSA/tasks/main.yml b/roles/MSA/tasks/main.yml index 499880f..4c0ceef 100644 --- a/roles/MSA/tasks/main.yml +++ b/roles/MSA/tasks/main.yml @@ -26,7 +26,7 @@  - name: Fetch Postfix's X.509 certificate    # Ensure we don't fetch private data -  sudo: False +  become: False    # `/usr/sbin/postmulti -i msa -x /usr/sbin/postconf -xh smtpd_tls_cert_file`    fetch: src=/etc/postfix/ssl/smtp.fripost.org.pem           dest=certs/public/  | 
