[rsyncd][nullmailer] Add newline at end of file

certbot_on_virtu
_pollion 2020-04-11 13:42:42 +02:00
parent 2ff2dad5f9
commit c23437874d
2 changed files with 4 additions and 4 deletions

View File

@ -9,15 +9,15 @@
- name: Set nullmailer remotes
copy:
content: "{{ mail_snmp_server }} smtp"
content: "{{ mail_snmp_server }} smtp\n"
dest: /etc/nullmailer/remotes
- name: Set nullmailer adminaddr
copy:
content: "{{ mail_root }}"
content: "{{ mail_root }}\n"
dest: /etc/nullmailer/adminaddr
- name: Set nullmailer defaulthost
copy:
content: "{{ mail_defaulthost }}"
content: "{{ mail_defaulthost }}\n"
dest: /etc/nullmailer/defaulthost

View File

@ -21,7 +21,7 @@
- name: Copy rsyncd secrets
copy:
content: "backupcrans:{{ backuppc_rsyncd_passwd }}"
content: "backupcrans:{{ backuppc_rsyncd_passwd }}\n"
dest: /etc/rsyncd.secrets
mode: 0600