WIP: testing ansible-base (#67149)

Currently, yaml stdout_callback is not in base.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2020-02-06 13:40:02 -05:00 committed by GitHub
parent 640bf31f87
commit 2794142eb3
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'