From 026ac7928f8dc8c94fc1f827152c3647d535e8b0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 1 May 2020 09:53:45 +0100 Subject: [PATCH] Use YAML for better output --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 3da96d0..705932e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,9 @@ [defaults] +bin_ansible_callbacks = True inventory = tools/ansible/hosts.yml nocows = True private_key_file = .vagrant/machines/dransible/virtualbox/private_key remote_user = vagrant retry_files_enabled = False +stdout_callback = yaml vault_password_file = tools/ansible/vault-password.txt