From b43ff113ef12d4080bcccf46545db899c91abfa4 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Mon, 4 Dec 2023 09:38:20 +0100 Subject: [PATCH] Use non-deprecated stdout_callback (#10647) Skippy is deprecated as its functionality has been incorporated into the default callback plugin. --- tests/ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ansible.cfg b/tests/ansible.cfg index 88531bed846..13026185860 100644 --- a/tests/ansible.cfg +++ b/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