Skip to content

Commit

Permalink
Use non-deprecated stdout_callback (#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 Dec 4, 2023
1 parent 75fecf1 commit 93724ed
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 93724ed

Please sign in to comment.