added AlmaLinux and Rocky for iscsi deploy

Signed-off-by: Ingo Ebel <ingo.ebel@desy.de>
subset-debug-master
Ingo Ebel 2022-03-31 14:10:14 +02:00 committed by Guillaume Abrioux
parent 0f34cd16d8
commit c5bb450f87
1 changed files with 1 additions and 1 deletions

View 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: