forked from cps-deployments/psi.bec
fix: send request as json, not url
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user