From e14bfa23955c852716907c12d2827ef047423823 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Wed, 8 Jan 2020 12:07:01 +0100 Subject: [PATCH] ansible: use debug output --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index c71d5e5..9d2e047 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,7 +7,7 @@ retry_files_enabled = False roles_path = ./roles vault_password_file = ./.vault_pass # Use the YAML callback plugin. -stdout_callback = yaml +stdout_callback = debug # Use the stdout_callback when running ad-hoc commands. bin_ansible_callbacks = True