add skippy stdout callback

It removes the teal lines when a host is skipped for a task. This makes the output less spammy and much easier to read. Empty TASK blocks are still included in the output, but that's ok.
pull/933/head
David Kirstein 2017-01-23 18:53:14 +01:00
parent 1bdf34e7dc
commit 8009ff8537
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ host_key_checking=False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp
stdout_callback = skippy