From eb00693325259df2e576806aa4071960e6e9a317 Mon Sep 17 00:00:00 2001
From: Lovro Seder <vrovro@gmail.com>
Date: Wed, 19 Feb 2020 11:38:25 +0100
Subject: [PATCH] Do not display skipped hosts/tasks. (#5620)

Replace deprecated callback plugin `skippy` with `default`, which
also supports ignoring skipped hosts.
---
 ansible.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ansible.cfg b/ansible.cfg
index bd1bdb01a..213206498 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -12,7 +12,8 @@ gathering = smart
 fact_caching = jsonfile
 fact_caching_connection = /tmp
 fact_caching_timeout = 7200
-stdout_callback = skippy
+stdout_callback = default
+display_skipped_hosts = no
 library = ./library
 callback_whitelist = profile_tasks
 roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
-- 
GitLab