Fix up buildvm-01.stg nfs mounting
This commit is contained in:
parent
49e2011e07
commit
25d1da8167
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@
|
|||
- name: nfs mount points (stg)
|
||||
mount: >
|
||||
name=/{{ mnt_dir }}
|
||||
src=10.5.126.87:/{{ nfs_src_dir }}
|
||||
fstype=nfs
|
||||
src=10.5.126.87:/mnt/{{ nfs_src_dir }}
|
||||
fstype=nfs4
|
||||
opts={{nfs_mount_opts}}
|
||||
passno=0
|
||||
dump=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue