From 224de388632fdc80304a3475f839a95a72c30163 Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Thu, 3 Sep 2026 09:49:31 +0200 Subject: [PATCH] feat: add authentication parameters for Portainer stack redeploy --- update_tozneberto.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update_tozneberto.yml b/update_tozneberto.yml index 5d53e5f..4cd070d 100644 --- a/update_tozneberto.yml +++ b/update_tozneberto.yml @@ -10,6 +10,9 @@ ansible.builtin.uri: url: "{{ portainer_tozneberto_webhook }}" method: POST + url_username: "{{ portainer_basic_auth_user }}" + url_password: "{{ portainer_basic_auth_password }}" + force_basic_auth: true status_code: - 200 - 204