Use non-deprecated stdout_callback (#10647)
Skippy is deprecated as its functionality has been incorporated into the default callback plugin.pull/10686/head
parent
75fecf1542
commit
93724ed29c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue