Use non-deprecated stdout_callback (#10647)

Skippy is deprecated as its functionality has been incorporated into
the default callback plugin.
pull/10686/head
Max Gautier 2023-12-04 09:38:20 +01:00 committed by GitHub
parent 75fecf1542
commit 93724ed29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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