From 8e1afadbe95d812c29bbc5ba599c7784c63c713e Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 29 Aug 2023 14:31:45 +0200 Subject: [PATCH] upt playbook --- playbooks/sync_mailu.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index 647b53a..f49e244 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -35,6 +35,7 @@ - name: Restart firewall command: service restart_firewall when: inventory_hostname in groups['router'] + warn: false - name: Stop mailu main uri: @@ -86,7 +87,8 @@ - name: Restart firewall command: service restart_firewall when: inventory_hostname in groups['router'] - + warn: false + - name: Stop mailu rhasp uri: url: "http://192.168.77.106:9000/api/stacks/130/stop?endpointId=13"