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

@@ -1,13 +1,13 @@
---
- name: Update and upgrade packages
apt:
update_cache: yes
upgrade: yes
autoremove: yes
become: yes
update_cache: true
upgrade: true
autoremove: true
become: true
- name: Install rclone
apt:
name: "rclone"
state: present
become: yes
become: true