refactor: change from inventory name to fqdn

This commit is contained in:
2025-09-10 14:46:11 +02:00
parent 80dfb85320
commit 7e05eb4bee
+1 -1
View File
@@ -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