Ansible way to show only failed tasks not any other
18 views
Skip to first unread message
Ansible Krazy
unread,
May 22, 2018, 11:18:07 AM5/22/18
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...@googlegroups.com
HI all,
I tried actionable and other callback plugins however it shows changed tasks also.
Is there way to show only and only failed tasks on the screen
Thanks
Kai Stian Olstad
unread,
May 22, 2018, 1:51:28 PM5/22/18
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...@googlegroups.com
You would need to write you own callback plugin.
The code in a callback is fairly easy if you have some rudimentary
Python skills.
Take the code of the one you like must and remove part of the code you
don't like.