How to report multiple action of single task in ansible
13 views
Skip to first unread message
Naveen Kandakur
unread,
Feb 2, 2023, 1:36:41 AM2/2/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Development
Hi All,
I am working on developing a custom Ansible module, where in one action makes multiple rest api post calls and i need to show the each post call result in the output, so is there any way to show each post call result as ok or fatal (some thing like partial success) ?