diff --git a/playbooks/mailu_switch_to_primary.yaml b/playbooks/mailu_switch_to_primary.yaml index 51595e2..90c623f 100644 --- a/playbooks/mailu_switch_to_primary.yaml +++ b/playbooks/mailu_switch_to_primary.yaml @@ -21,9 +21,6 @@ - name: Restart firewall command: service restart_firewall when: inventory_hostname in groups['router'] - args: - warn: false - - name: Stop mailu rasp uri: diff --git a/playbooks/mailu_switch_to_second.yaml b/playbooks/mailu_switch_to_second.yaml index 5e97770..545db67 100644 --- a/playbooks/mailu_switch_to_second.yaml +++ b/playbooks/mailu_switch_to_second.yaml @@ -42,8 +42,7 @@ - name: Restart firewall command: service restart_firewall when: inventory_hostname in groups['router'] - args: - warn: false +