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 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.
