mirror of https://github.com/ceph/ceph-ansible.git
ceph-config: remove redundant condition on a block
Signed-off-by: Rishabh Dave <ridave@redhat.com>pull/3917/merge
parent
748605293e
commit
ebd2ae520d
|
@ -63,9 +63,6 @@
|
|||
- devices | default([]) | length > 0
|
||||
- not (lvm_batch_report.stdout | from_json).changed
|
||||
|
||||
when:
|
||||
- inventory_hostname in groups.get(osd_group_name, [])
|
||||
|
||||
# ceph-common
|
||||
- name: config file operation for non-containerized scenarios
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue