From e1c0cfa93624bb7b357252ff57e5cdefc318f310 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Jun 2015 23:08:33 +0000 Subject: [PATCH] Try absent to remove the entry in fstab --- roles/nfs/client/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 5b04624078..c7ff1cab46 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -72,7 +72,7 @@ opts={{nfs_mount_opts}} passno=0 dump=0 - state=unmounted + state=absent when: datacenter == 'phx2' tags: - nfs/client @@ -85,7 +85,7 @@ opts={{nfs_mount_opts}} passno=0 dump=0 - state=unmounted + state=absent when: datacenter == 'rdu' tags: - nfs/client