Browse Source

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 10 months ago
committed by GitHub
parent
commit
93724ed29c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. 3
      tests/ansible.cfg

3
tests/ansible.cfg

@ -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…
Cancel
Save