Browse Source

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 7 years ago
parent
commit
8009ff8537
1 changed files with 1 additions and 0 deletions
  1. 1
      ansible.cfg

1
ansible.cfg

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