mirror of https://github.com/ceph/ceph-ansible.git
common: fix a typo
s/of/or ..
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2099828#c25
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 2e823b117e
)
pull/7231/head
parent
220a4a1369
commit
ebf35fd191
|
@ -4,7 +4,7 @@
|
|||
name: "rhceph-{{ ceph_rhcs_version }}-tools-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms"
|
||||
when:
|
||||
- mon_group_name in group_names
|
||||
of osd_group_name in group_names
|
||||
or osd_group_name in group_names
|
||||
or mgr_group_name in group_names
|
||||
or rgw_group_name in group_names
|
||||
or mds_group_name in group_names
|
||||
|
|
Loading…
Reference in New Issue