diff --git a/roles/debian/ce_deploy/ansible.cfg b/roles/debian/ce_deploy/ansible.cfg index 8d9257915..d1191e163 100644 --- a/roles/debian/ce_deploy/ansible.cfg +++ b/roles/debian/ce_deploy/ansible.cfg @@ -72,7 +72,8 @@ roles_path = roles host_key_checking = False # change the default callback, you can only have one 'stdout' type enabled at a time. -#stdout_callback = skippy +stdout_callback = yaml +stderr_callback = yaml ## Ansible ships with some plugins that require whitelisting, @@ -419,8 +420,8 @@ pipelining = True # only be disabled if your sftp version has problems with batch mode #sftp_batch_mode = False -# The -tt argument is passed to ssh when pipelining is not enabled because sudo -# requires a tty by default. +# The -tt argument is passed to ssh when pipelining is not enabled because sudo +# requires a tty by default. #use_tty = True # Number of times to retry an SSH connection to a host, in case of UNREACHABLE.