forked from cps-deployments/psi.bec
refactor: change from inventory name to fqdn
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@
|
||||
Authorization: "Bearer {{ atlas_auth_response.content | trim | regex_replace('^\"(.*)\"$', '\\1') }}"
|
||||
body_format: form-urlencoded
|
||||
body:
|
||||
deployment_name: "{{ inventory_hostname }}"
|
||||
deployment_name: "{{ ansible_fqdn }}"
|
||||
return_content: yes
|
||||
status_code: 200
|
||||
register: atlas_credentials
|
||||
|
||||
Reference in New Issue
Block a user