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 commitrhcs-5.1 v6.0.25.92e823b117e
) (cherry picked from commitc36bac3903
)
parent
2541a7e067
commit
12c700c1b0
|
@ -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