downloader updates
This commit is contained in:
@@ -22,6 +22,14 @@
|
||||
- name: setup-restic.yml - setup restic
|
||||
import_tasks: ../../lib/setup-restic.yml
|
||||
|
||||
- name: Mount NFS share
|
||||
ansible.posix.mount:
|
||||
src: "192.168.0.42:/watari/Downloads/"
|
||||
path: "/data/"
|
||||
fstype: "nfs"
|
||||
opts: "defaults"
|
||||
state: "mounted"
|
||||
|
||||
- name: Create grail user
|
||||
user:
|
||||
name: grail
|
||||
|
||||
Reference in New Issue
Block a user