mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 09:53:41 -05:00
fix(mounts): explicitly state mounting nfs on boot
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
fstype: nfs
|
fstype: nfs
|
||||||
opts: defaults,hard,intr,timeo=14
|
opts: defaults,hard,intr,timeo=14
|
||||||
state: mounted
|
state: mounted
|
||||||
|
boot: true
|
||||||
loop: "{{ rpi_nfs_mounts_list }}"
|
loop: "{{ rpi_nfs_mounts_list }}"
|
||||||
|
|
||||||
# --------------------------------- Mount on Macs
|
# --------------------------------- Mount on Macs
|
||||||
|
|||||||
Reference in New Issue
Block a user