Skip to content
Snippets Groups Projects
Unverified Commit eb006933 authored by Lovro Seder's avatar Lovro Seder Committed by GitHub
Browse files

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

Replace deprecated callback plugin `skippy` with `default`, which
also supports ignoring skipped hosts.
parent a15a0b5e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment