Closed madeinoz67 closed 3 years ago
as a workaroudn for #98 the fix is to do with ansible not liking:
- name: reload firewalld
ansible.builtin.command: firewall-cmd --reload
Resolution is:
- name: reload firewalld
ansible.builtin.command:
cmd: firewall-cmd --reload
closes #98 - workaround for CICD fix is to add the role
robertdebock.firewall
role to repo with fix until upstream role is fixed closes #106 - re-enables original log message field