From 76f786aac63a0bff771957c878e31bf172675592 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Jun 2015 23:53:21 +0000 Subject: [PATCH] Drop the /vol/ we no longer use it on the new machine. --- 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 a9b6bc89c5..09627c7887 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -67,7 +67,7 @@ - name: nfs mount points (phx2) mount: > name={{ mnt_dir }} - src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/vol/{{ nfs_src_dir }} + src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/{{ nfs_src_dir }} fstype=nfs opts={{nfs_mount_opts}} passno=0 @@ -80,7 +80,7 @@ - name: nfs mount points (rdu) mount: > name={{ mnt_dir }} - src=172.31.1.11:/vol/{{ nfs_src_dir }} + src=172.31.1.11:/{{ nfs_src_dir }} fstype=nfs opts={{nfs_mount_opts}} passno=0