From f4a3f365f8c25ca90e30c23fa23e56ecfbc77107 Mon Sep 17 00:00:00 2001 From: Ingo Ebel Date: Thu, 31 Mar 2022 14:10:14 +0200 Subject: [PATCH] added AlmaLinux and Rocky for iscsi deploy Signed-off-by: Ingo Ebel (cherry picked from commit c5bb450f8796530495315cd9b81539e059661c3d) --- roles/ceph-validate/tasks/check_iscsi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-validate/tasks/check_iscsi.yml b/roles/ceph-validate/tasks/check_iscsi.yml index 7bf11b31c..3968caf94 100644 --- a/roles/ceph-validate/tasks/check_iscsi.yml +++ b/roles/ceph-validate/tasks/check_iscsi.yml @@ -2,7 +2,7 @@ - name: fail on unsupported distribution for iscsi gateways fail: msg: "iSCSI gateways can only be deployed on Red Hat Enterprise Linux, CentOS or Fedora" - when: ansible_facts['distribution'] not in ['RedHat', 'CentOS', 'Fedora'] + when: ansible_facts['distribution'] not in ['RedHat', 'CentOS', 'Fedora', 'AlmaLinux', 'Rocky'] - name: make sure gateway_ip_list is configured fail: