From 8009ff8537649db66ecd2b14fdad31c7f18fb032 Mon Sep 17 00:00:00 2001
From: David Kirstein <dak@batix.com>
Date: Mon, 23 Jan 2017 18:53:14 +0100
Subject: [PATCH] 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.
---
 ansible.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible.cfg b/ansible.cfg
index 2f5d25d1f..a6f171232 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -7,3 +7,4 @@ host_key_checking=False
 gathering = smart
 fact_caching = jsonfile
 fact_caching_connection = /tmp
+stdout_callback = skippy
-- 
GitLab