From 0fdcdeaaf46f8dd012840e476cf308cfdf3c7885 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 13 Sep 2022 15:37:23 -0400 Subject: [PATCH] fix(mounts): explicitly state mounting nfs on boot --- tasks/cluster_storage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/cluster_storage.yml b/tasks/cluster_storage.yml index af901c8..2165b1b 100644 --- a/tasks/cluster_storage.yml +++ b/tasks/cluster_storage.yml @@ -34,6 +34,7 @@ fstype: nfs opts: defaults,hard,intr,timeo=14 state: mounted + boot: true loop: "{{ rpi_nfs_mounts_list }}" # --------------------------------- Mount on Macs