This commit is contained in:
2025-11-18 22:02:33 +01:00
parent b986b5182e
commit 0aaa0e0a30
2 changed files with 15 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
- name: Mount and bind a volume
ansible.posix.mount:
path: /srv/nfs/backup
src: /mnt/raid/downloads
src: /mnt/raid/backup
opts: bind
state: mounted
fstype: none