We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64e80d commit 4a13e03Copy full SHA for 4a13e03
tasks/base_virt_ipi.yml
@@ -1,6 +1,9 @@
1
---
2
# vim: set ft=ansible:
3
4
+- name: restart libvirtd
5
+ service: name=libvirtd state=restarted
6
+
7
- name: Copy over virtual network definition files
8
ansible.builtin.copy:
9
src: "{{ item }}"
@@ -268,8 +271,6 @@
268
271
- ocp4_aio_deploy_type == "upi"
269
272
- vm_name not in vm_list.list_vms
270
273
-
274
# - name: Enable firewalld ports for IPI deployments
275
# firewalld:
276
# port: 6230-6236/udp
@@ -569,7 +570,7 @@
569
570
when: not ocp4_aio_deploy_compact
571
572
- name: Save iptables rules
- ansible.builtin.command: iptables-save > /etc/sysconfig/iptables
573
+ ansible.builtin.shell: "iptables-save > /etc/sysconfig/iptables"
574
575
- name: restart iptables
576
service: name=iptables state=restarted
0 commit comments