fix: send request as json, not url

This commit is contained in:
2025-09-11 09:22:49 +02:00
parent 911a6d2fef
commit b7ab9db32c
+1 -1
View File
@@ -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