Try absent to remove the entry in fstab
This commit is contained in:
parent
90201c3980
commit
e1c0cfa936
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
opts={{nfs_mount_opts}}
|
||||
passno=0
|
||||
dump=0
|
||||
state=unmounted
|
||||
state=absent
|
||||
when: datacenter == 'phx2'
|
||||
tags:
|
||||
- nfs/client
|
||||
|
@ -85,7 +85,7 @@
|
|||
opts={{nfs_mount_opts}}
|
||||
passno=0
|
||||
dump=0
|
||||
state=unmounted
|
||||
state=absent
|
||||
when: datacenter == 'rdu'
|
||||
tags:
|
||||
- nfs/client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue