From 2d8a6effb64f30025e08c02dfa0de7915cf55192 Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Thu, 3 Sep 2026 10:21:53 +0200 Subject: [PATCH] feat: remove obsolete update_tozneberto playbook --- update_tozneberto.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 update_tozneberto.yml diff --git a/update_tozneberto.yml b/update_tozneberto.yml deleted file mode 100644 index 4cd070d..0000000 --- a/update_tozneberto.yml +++ /dev/null @@ -1,23 +0,0 @@ -# update_tozneberto.yml - ---- -- name: Update Tozneberto - hosts: localhost - gather_facts: false - - tasks: - - name: Trigger Portainer stack redeploy - 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 - register: redeploy_result - - - name: Show redeploy result - ansible.builtin.debug: - var: redeploy_result.status