Hi Brian, I updated ansible.cfg file with "stdout_callback = skippy" however this plugin is hiding only notification tags "skipping". It is not hiding "TASK" header.
TASK: [deploy-stack | Deleting_Validation_Template] *************************** TASK: [deploy-stack | shell echo 'Template Validation has Failed'] ************ TASK: [deploy-stack | Deploying_the_Stack..] ********************************** changed: [10.17.10.150] Where, "Deleting_Validation_Template" and "shell echo 'Template Validation has Failed'" are the "skipped" tasks. Thanks, On Tuesday, 7 June 2016 05:07:12 UTC+5:30, Brian Coca wrote: > > the skippy is the one which ONLY hides skipped tasks, actionable also > hides OK tasks. > > > ---------- > Brian Coca > -- 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.
