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)
(cherry picked from commit c36bac3903)
rhcs-5.1 v6.0.25.9
Guillaume Abrioux 2022-07-03 07:17:58 +02:00
parent 2541a7e067
commit 12c700c1b0
1 changed files with 1 additions and 1 deletions

View File

@ -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