mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Try absent to remove the entry in fstab
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user