diff --git a/roles/2-common/tasks/iptables.yml b/roles/2-common/tasks/iptables.yml index 42d2e7aa1..d84900650 100644 --- a/roles/2-common/tasks/iptables.yml +++ b/roles/2-common/tasks/iptables.yml @@ -4,7 +4,7 @@ enabled: no when: not is_debuntu -- name: Use larger hammer to disable firewalld: 2 symbolic links involved (OS's other than debuntu) +- name: Use larger hammer to disable firewalld -- 2 symbolic links involved (OS's other than debuntu) shell: "systemctl disable firewalld.service" when: not is_debuntu