dfg
This commit is contained in:
parent
4bbaa04c09
commit
281c9a8227
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
|||
ansible.builtin.template:
|
||||
src: "rsync_mirror.sh.j2"
|
||||
dest: "/usr/bin/rsync_mirror.sh"
|
||||
owner: root
|
||||
group: root
|
||||
owner: "{{ rsync_mirror_user }}"
|
||||
group: "{{ rsync_mirror_user_group }}"
|
||||
mode: "0750"
|
||||
|
||||
- name: Ensure services are present
|
||||
|
|
Loading…
Reference in a new issue