From 12c700c1b02ea2574b0211bd016df64a05b47a13 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Sun, 3 Jul 2022 07:17:58 +0200 Subject: [PATCH] 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) --- .../tasks/installs/prerequisite_rhcs_cdn_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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