rclone: Don't use template for backup script
This commit is contained in:
parent
cd8e979ded
commit
f3293d4b05
3 changed files with 7 additions and 4 deletions
|
@ -29,9 +29,9 @@
|
|||
group: "{{ local_user | default(ansible_wheel) }}"
|
||||
|
||||
- name: Copy rclone sync script
|
||||
ansible.builtin.template:
|
||||
ansible.builtin.copy:
|
||||
dest: /usr/local/bin/rclone-sync
|
||||
src: rclone-sync.sh.j2
|
||||
src: rclone-sync.sh
|
||||
mode: "0755"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue