From 5cbcfbc4bace08b8ea86a1ac050234f9df29a372 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 20 Apr 2016 20:01:31 +0000 Subject: [PATCH] Need to have the right path here for production. --- roles/nfs/client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 13fb92aafc..49b53e0f10 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -124,7 +124,7 @@ - name: nfs mount points (stg) production koji ro mount: > name={{ mnt_dir }} - src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/mnt/{{ nfs_src_dir }} + src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/{{ nfs_src_dir }} fstype=nfs opts=ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3 passno=0