Skip to content

Commit

Permalink
Do not display skipped hosts/tasks. (kubernetes-sigs#5620)
Browse files Browse the repository at this point in the history
Replace deprecated callback plugin `skippy` with `default`, which
also supports ignoring skipped hosts.
  • Loading branch information
vrlo authored Feb 19, 2020
1 parent a15a0b5 commit eb00693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb00693

Please sign in to comment.