From 4863efd0dfe0630424d316c98414d3754e5f4ee6 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 7 Feb 2020 13:24:42 -0500 Subject: [PATCH] Remove yaml stdout_callback plugin from network-integration tests (#67203) With the move to collections, yaml is no longer in ansible base. Switch back to default stdout. Signed-off-by: Paul Belanger --- test/integration/network-integration.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/network-integration.cfg b/test/integration/network-integration.cfg index 66357f5c327..ca29c1839ff 100644 --- a/test/integration/network-integration.cfg +++ b/test/integration/network-integration.cfg @@ -4,7 +4,6 @@ [defaults] host_key_checking = False log_path = /tmp/ansible-test.out -stdout_callback = yaml [ssh_connection] ssh_args = '-o UserKnownHostsFile=/dev/null'