typo
This commit is contained in:
parent
3b5493bf52
commit
0136f3a6c8
@ -17,9 +17,9 @@
|
|||||||
dest: "{{ script_path }}"
|
dest: "{{ script_path }}"
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|
||||||
- name: Create rsyncd.scrt file
|
- name: Create rsyncd.pwd file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /etc/rsyncd.scrt
|
dest: /etc/rsyncd.pwd
|
||||||
content: password
|
content: password
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user