Do not display skipped hosts/tasks. (#5620)

Replace deprecated callback plugin `skippy` with `default`, which
also supports ignoring skipped hosts.
This commit is contained in:
Lovro Seder 2020-02-19 11:38:25 +01:00 committed by GitHub
parent a15a0b5eb9
commit eb00693325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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