Drop the /vol/ we no longer use it on the new machine.

This commit is contained in:
Kevin Fenzi 2015-06-09 23:53:21 +00:00
parent 85fa791bdf
commit 76f786aac6

View file

@ -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