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 <gabrioux@redhat.com>
(cherry picked from commit 2e823b1)
  • Loading branch information
guits committed Jul 3, 2022
1 parent f280027 commit c36bac3
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 c36bac3

Please sign in to comment.