File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 272
272
with_items : [ 'LIBVIRT_FWO', 'LIBVIRT_FWI' ]
273
273
when :
274
274
- firewalld_avail.rc == 4
275
- - deploy_type == "ipi" or deploy_type == "sno-iso "
275
+ - deploy_type == "ipi" or deploy_type == "sno"
276
276
277
277
- name : Enable iptables ports for IPI deployments
278
278
ansible.builtin.iptables :
Original file line number Diff line number Diff line change 84
84
--boot hd --noautoconsole --vnc --name ocp4-bastion --noreboot
85
85
when :
86
86
- bastion_defined.rc == 1
87
- - deploy_type == "sno-iso "
87
+ - deploy_type == "sno"
88
88
89
89
- name : Check if firewalld is available
90
90
ansible.builtin.command : systemctl status firewalld
Original file line number Diff line number Diff line change 4
4
5
5
- name : Setting up base virt for SNO
6
6
import_tasks : base_virt_sno.yml
7
- when : deploy_type == 'sno-iso' or deploy_type == 'sno-ai '
7
+ when : deploy_type == 'sno'
You can’t perform that action at this time.
0 commit comments