From b7ab9db32c4f122071cbb819420117fd64d4326a Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 11 Sep 2025 09:22:49 +0200 Subject: [PATCH] fix: send request as json, not url --- tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index 40aa83f..eb0519b 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -75,7 +75,7 @@ method: GET headers: Authorization: "Bearer {{ atlas_auth_response.content | trim | regex_replace('^\"(.*)\"$', '\\1') }}" - body_format: form-urlencoded + body_format: json body: deployment_name: "{{ ansible_fqdn }}" return_content: yes