From 198a4e04a14ad67cac9caf9d8eac9479a8bad831 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Sat, 19 Aug 2023 20:52:00 +0200 Subject: [PATCH] lala --- playbooks/sync.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/playbooks/sync.yaml b/playbooks/sync.yaml index 6bd9430..a1d3562 100644 --- a/playbooks/sync.yaml +++ b/playbooks/sync.yaml @@ -12,4 +12,18 @@ X-API-Key: "ptr_DfS2M6Fj2P3fVvYpkhE0KJh2UGCzY47ePaFaLqadsjg=" timeout: 60 register: result - ignore_errors: yes \ No newline at end of file + ignore_errors: yes + - name: Start mailu + uri: + url: "http://192.168.77.106:9000/api/stacks/130/start?endpointId=13" + method: POST + body_format: form-urlencoded + return_content: yes + headers: + Content-Type: "application/json" + X-API-Key: "ptr_DfS2M6Fj2P3fVvYpkhE0KJh2UGCzY47ePaFaLqadsjg=" + timeout: 60 + register: result + ignore_errors: yes + + \ No newline at end of file