[rsyncd][nullmailer] Add newline at end of file
parent
2ff2dad5f9
commit
c23437874d
|
@ -9,15 +9,15 @@
|
||||||
|
|
||||||
- name: Set nullmailer remotes
|
- name: Set nullmailer remotes
|
||||||
copy:
|
copy:
|
||||||
content: "{{ mail_snmp_server }} smtp"
|
content: "{{ mail_snmp_server }} smtp\n"
|
||||||
dest: /etc/nullmailer/remotes
|
dest: /etc/nullmailer/remotes
|
||||||
|
|
||||||
- name: Set nullmailer adminaddr
|
- name: Set nullmailer adminaddr
|
||||||
copy:
|
copy:
|
||||||
content: "{{ mail_root }}"
|
content: "{{ mail_root }}\n"
|
||||||
dest: /etc/nullmailer/adminaddr
|
dest: /etc/nullmailer/adminaddr
|
||||||
|
|
||||||
- name: Set nullmailer defaulthost
|
- name: Set nullmailer defaulthost
|
||||||
copy:
|
copy:
|
||||||
content: "{{ mail_defaulthost }}"
|
content: "{{ mail_defaulthost }}\n"
|
||||||
dest: /etc/nullmailer/defaulthost
|
dest: /etc/nullmailer/defaulthost
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
- name: Copy rsyncd secrets
|
- name: Copy rsyncd secrets
|
||||||
copy:
|
copy:
|
||||||
content: "backupcrans:{{ backuppc_rsyncd_passwd }}"
|
content: "backupcrans:{{ backuppc_rsyncd_passwd }}\n"
|
||||||
dest: /etc/rsyncd.secrets
|
dest: /etc/rsyncd.secrets
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue