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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2020-02-07 13:24:42 -05:00 committed by GitHub
parent fd8eb77cc3
commit 4863efd0df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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