If you try with free mode, it will work.
On Friday, August 25, 2017 at 3:42:59 PM UTC-4, [email protected] wrote: > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > However TASK is still displayed on the console. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > You have no way to hide the TASK line on the console. It was print out > before running the task, that means, there is no "skipped" status yet while > print the "TASK" line. > > Option is: merge the line into the report of the task running. > > > On Monday, June 6, 2016 at 3:19:39 AM UTC-4, Tejas Gadaria wrote: >> >> Hi, >> >> I have couple of rollback task in the playbook, displayed as skipped >> tasked, on the console. >> >> TASK: [deploy-stack | Deleting_Validation_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.
