From: Guillaume Abrioux Date: Sun, 3 Jul 2022 05:17:58 +0000 (+0200) Subject: common: fix a typo X-Git-Tag: v6.0.25.9 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Frhcs-5.1;p=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 (cherry picked from commit 2e823b117ef5e6c7396517aa0eb2c8553bd33887) (cherry picked from commit c36bac39035a1d185662e93e4587818299b586a8) --- diff --git a/roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml b/roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml index cc8f37159..f27d67bb5 100644 --- a/roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml +++ b/roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml @@ -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