Hi All,

I'm testing a webhook notification from Ansible tower, it works good
Received data example:

{"id": 14, "name": "job_test", "url": 
"https://ansibletower/#/jobs/playbook/14";, "created_by": "admin", 
"started": "2020-06-25T09:14:13.804517+00:00", "finished": null, "status": 
"running", "traceback": "", "inventory": "inv", "project": "test", 
"playbook": "hello_world.yml", "credential": null, "limit": "", 
"extra_vars": "{}", "hosts": {}}

Question: Can I put information from playbook (ex. hello_world.yml) into 
json body of the notification(example above)? (I tried to customize the 
json body but it doesn't work)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5a7cdd44-f7e9-4a9c-9dba-af646bc181deo%40googlegroups.com.

Reply via email to