Replace docker rclone volumes with native cifs volumes
This commit is contained in:
parent
85568c8278
commit
635a0c4da8
12 changed files with 19 additions and 106 deletions
|
|
@ -3,7 +3,6 @@
|
|||
pkg:
|
||||
- bzip2
|
||||
- jq
|
||||
- rclone
|
||||
- zsh
|
||||
state: present
|
||||
update_cache: true
|
||||
|
|
@ -11,8 +10,6 @@
|
|||
|
||||
- name: Install docker
|
||||
ansible.builtin.import_tasks: docker.yml
|
||||
- name: Install docker rclone plugin
|
||||
ansible.builtin.import_tasks: docker-rclone-plugin.yml
|
||||
- name: Install (auto-)restic
|
||||
ansible.builtin.import_tasks: restic.yml
|
||||
- name: Install systemd-resolved
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue