Skip to content

Commit c36bac3

Browse files
committedJul 3, 2022
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 2e823b1)
1 parent f280027 commit c36bac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: "rhceph-{{ ceph_rhcs_version }}-tools-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms"
55
when:
66
- mon_group_name in group_names
7-
of osd_group_name in group_names
7+
or osd_group_name in group_names
88
or mgr_group_name in group_names
99
or rgw_group_name in group_names
1010
or mds_group_name in group_names

0 commit comments

Comments
 (0)