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