Fix firewalld configuration during installation.

This commit is contained in:
Andreas B. Mundt 2020-03-17 08:52:06 +01:00
parent c78cff8200
commit c6ac5fec0f

View file

@ -30,5 +30,11 @@
permanent: yes permanent: yes
immediate: yes immediate: yes
state: enabled state: enabled
when: not run_in_installer|default(false)|bool
- name: allow apt-cacher-ng service in firewalld, offline
command: "firewall-offline-cmd --zone=internal --add-port=3142/tcp"
when: run_in_installer|default(false)|bool
- meta: flush_handlers - meta: flush_handlers