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