Fixed backblaze backup

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-12-06 23:16:52 +01:00
parent b371e246a9
commit b36f97fa65
5 changed files with 97 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
state: directory
become: true
- name: Copy rclone config to "{{ inventory_hostname }}"
- name: Copy "templates/{{ inventory_hostname }}/rclone.conf" config to "{{ inventory_hostname }}":"{{ rclone_config }}/rclone.conf"
template:
src: "templates/{{ inventory_hostname }}/rclone.conf"
dest: "{{ rclone_config }}/rclone.conf"