Skip to content

Commit 542285c

Browse files
committed
update sno varname
1 parent 55e8958 commit 542285c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tasks/base_virt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
with_items: [ 'LIBVIRT_FWO', 'LIBVIRT_FWI' ]
273273
when:
274274
- firewalld_avail.rc == 4
275-
- deploy_type == "ipi" or deploy_type == "sno-iso"
275+
- deploy_type == "ipi" or deploy_type == "sno"
276276

277277
- name: Enable iptables ports for IPI deployments
278278
ansible.builtin.iptables:

tasks/base_virt_sno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
--boot hd --noautoconsole --vnc --name ocp4-bastion --noreboot
8585
when:
8686
- bastion_defined.rc == 1
87-
- deploy_type == "sno-iso"
87+
- deploy_type == "sno"
8888

8989
- name: Check if firewalld is available
9090
ansible.builtin.command: systemctl status firewalld

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
- name: Setting up base virt for SNO
66
import_tasks: base_virt_sno.yml
7-
when: deploy_type == 'sno-iso' or deploy_type == 'sno-ai'
7+
when: deploy_type == 'sno'

0 commit comments

Comments
 (0)