From 7808ea37f937877e53f3191b66767e0f053c5b9a Mon Sep 17 00:00:00 2001 From: Kishi85 Date: Mon, 19 Nov 2018 21:08:28 +0100 Subject: [PATCH] Change output format to yaml --- ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 3854915..8651c7b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,6 +5,10 @@ nocows = 1 remote_user = root roles_path = ./roles vault_password_file = ./.vault_pass +# Use the YAML callback plugin. +stdout_callback = yaml +# Use the stdout_callback when running ad-hoc commands. +bin_ansible_callbacks = True [ssh_connection] pipelining = true