Skip to content

Commit

Permalink
Use non-deprecated stdout_callback (kubernetes-sigs#10647)
Browse files Browse the repository at this point in the history
Skippy is deprecated as its functionality has been incorporated into
the default callback plugin.
  • Loading branch information
VannTen authored and pedromcpedro committed May 8, 2024
1 parent f2f9ca6 commit b43ff11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ host_key_checking=False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp
stdout_callback = skippy
stdout_callback = default
display_skipped_hosts = no
library = ./library:../library
callbacks_enabled = profile_tasks
jinja2_extensions = jinja2.ext.do
Expand Down

0 comments on commit b43ff11

Please sign in to comment.