]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
added AlmaLinux and Rocky for iscsi deploy
authorIngo Ebel <ingo.ebel@desy.de>
Thu, 31 Mar 2022 12:10:14 +0000 (14:10 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 13 Apr 2022 22:35:48 +0000 (00:35 +0200)
Signed-off-by: Ingo Ebel <ingo.ebel@desy.de>
roles/ceph-validate/tasks/check_iscsi.yml

index 7bf11b31c081e9ab081652610b4c0ec7a88e7952..3968caf94f571b39619c8163d6376c827268c38f 100644 (file)
@@ -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: