mirror of https://github.com/ceph/ceph-ansible.git
purge: remove ceph directories on client nodes
Otherwise any ceph directories are left over on client nodes
after the purge.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2024815
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 20035852a4
)
pull/7096/head
parent
3c05ac6c46
commit
346d4a1e1d
|
@ -1056,6 +1056,7 @@
|
||||||
- rbdmirrors
|
- rbdmirrors
|
||||||
- nfss
|
- nfss
|
||||||
- mgrs
|
- mgrs
|
||||||
|
- clients
|
||||||
gather_facts: false # Already gathered previously
|
gather_facts: false # Already gathered previously
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in New Issue