[rsyncd][nullmailer] Add newline at end of file
parent
2ff2dad5f9
commit
c23437874d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue