forked from cps-deployments/psi.bec
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:
+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