Adjusted changed domain for ddns and fixed synlink for rclone

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-11-27 22:51:08 +01:00
parent 17d149b622
commit cb6909bbde
5 changed files with 6 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
- name: Backing up for "{{ inventory_hostname }}"
shell:
cmd: "rclone sync {{ item }} secret:{{ item }} -L"
cmd: "rclone sync {{ item }} secret:{{ item }} --skip-links"
loop: "{{ host.backblaze.paths }}"
become: true