Skip to content

Commit

Permalink
common: fix a typo
Browse files Browse the repository at this point in the history
s/of/or ..

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2099828#c25

Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit 2e823b1)
(cherry picked from commit c36bac3)
  • Loading branch information
guits committed Jul 8, 2022
1 parent 2541a7e commit 12c700c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12c700c

Please sign in to comment.