@ -132,12 +132,13 @@
|
|||||||
|
|
||||||
- name: Trace - Show Upload Details
|
- name: Trace - Show Upload Details
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
- |
|
msg:
|
||||||
Upload failed with:
|
- |
|
||||||
* URL: {{ api_post_inventory.url }}
|
Upload failed with:
|
||||||
* HTTP status code: {{ api_post_inventory.status }}
|
* URL: {{ api_post_inventory.url }}
|
||||||
* Message: {{ api_post_inventory.msg }}
|
* HTTP status code: {{ api_post_inventory.status }}
|
||||||
* Body: {{ api_post_inventory.json }}
|
* Message: {{ api_post_inventory.msg }}
|
||||||
|
* Body: {{ api_post_inventory.json }}
|
||||||
|
|
||||||
|
|
||||||
always:
|
always:
|
||||||
|
Reference in New Issue
Block a user