]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
common: fix a typo rhcs-5.1 v6.0.25.9
authorGuillaume Abrioux <gabrioux@redhat.com>
Sun, 3 Jul 2022 05:17:58 +0000 (07:17 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 8 Jul 2022 06:27:44 +0000 (08:27 +0200)
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 2e823b117ef5e6c7396517aa0eb2c8553bd33887)
(cherry picked from commit c36bac39035a1d185662e93e4587818299b586a8)

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

index cc8f37159dbbc0828d1cd0d2dc6154f98c49662f..f27d67bb535e66b02ca32b14d25c6159fa7ed4e4 100644 (file)
@@ -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