Thanks for replay jhawkesworth, There are good plugins, however it does not hide the skipped tasks.
I found this link <https://github.com/madduck/ansible/commit/78299ebbba8af7954b7418de9104bfa10be3158e> but could not find "callbacks.py" file in "ansible/plugins/callback". :( Is it better to own call plugin to achive this, or this functionality is available ? I am using ansible version 2.1 Thanks, On Mon, Jun 6, 2016 at 1:03 PM, 'jhawkesworth' via Ansible Development < [email protected]> wrote: > Not tried it myself but I believe there is a callback plugin called > actionable which you can try which might do this. > > See http://docs.ansible.com/ansible/developing_plugins.html#callbacks > > Since this is a supplied callback plugin then I think you can enable it > just by adding it to the callback_whitelist in your ansible.cfg - see > http://docs.ansible.com/ansible/intro_configuration.html#callback-whitelist > > Hope this helps, > > Jon > > On Monday, June 6, 2016 at 8:19:39 AM UTC+1, Tejas Gadaria wrote: >> >> Hi, >> >> I have couple of rollback task in the playbook, displayed as skipped >> tasked, on the console. >> >> TASK: [deploy-stack | Deleting_ValidaItion_Template] >> *************************** >> skipping: [10.17.10.150] >> >> >> TASK: [deploy-stack | shell echo 'Template Validation has Failed'] >> ************ >> skipping: [10.17.10.150] >> >> >> TASK: [deploy-stack | Deploying_the_Stack..] >> ********************************** >> changed: [10.17.10.150] >> >> >> I am able to hide "skipping" tags under the task header with the help of " >> display_skipped_hosts >> <http://docs.ansible.com/ansible/intro_configuration.html#display-skipped-hosts>" >> parameter in ansible.cfg file. However TASK is still displayed on the >> console. >> >> Is there any way to achieve this ? >> >> Thanks, >> >> >> >> >> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Development" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-devel/g1DpMTdj09I/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
