mirror of https://github.com/ceph/ceph-ansible.git
lv-teardown: set become: true at the playbook level
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/3036/head
parent
e43eec57bb
commit
8424858b40
|
@ -1,4 +1,5 @@
|
||||||
- name: tear down existing osd filesystems then logical volumes, volume groups, and physical volumes
|
- name: tear down existing osd filesystems then logical volumes, volume groups, and physical volumes
|
||||||
|
become: true
|
||||||
hosts:
|
hosts:
|
||||||
- osds
|
- osds
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue