From d9f009565c2eb1d6d33e0ce2464195eb7e24885c Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 27 Aug 2020 14:59:37 +0300 Subject: [PATCH] ansible-host: Don't print skipped hosts --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index fb116af..290b164 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,3 +7,4 @@ fact_caching = jsonfile fact_caching_connection = facts fact_caching_timeout = 86400 +display_skipped_hosts = False