Merge branch 'fix/atlas_deployment' into 'main'

fix: send request as json, not url

See merge request psd_deployments/roles/psi.bec!10
This commit is contained in:
2025-09-11 09:25:45 +02:00
+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