diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-04-20 20:01:31 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-04-20 20:01:31 +0000 |
| commit | 5cbcfbc4bace08b8ea86a1ac050234f9df29a372 (patch) | |
| tree | c6dda60a8844de08352f97a5868fa9f0afdcbbcc | |
| parent | e4e1cb33359842cbd91b3fea947cb2b976fef0de (diff) | |
Need to have the right path here for production.
| -rw-r--r-- | roles/nfs/client/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 13fb92aaf..49b53e0f1 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 |
