lukeburciu / hpviz

MIT License
3 stars 0 forks source link

fixed #98 and #106 #107

Closed madeinoz67 closed 3 years ago

madeinoz67 commented 3 years ago

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

madeinoz67 commented 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