Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit d9c72c5

Browse files
matej5Matej Stajduhar
andauthored
Cleaner-pipeline-output-2.x (#1412)
Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
1 parent f76e8de commit d9c72c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

roles/debian/ce_deploy/ansible.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ roles_path = roles
7272
host_key_checking = False
7373

7474
# change the default callback, you can only have one 'stdout' type enabled at a time.
75-
#stdout_callback = skippy
75+
stdout_callback = yaml
76+
stderr_callback = yaml
7677

7778

7879
## Ansible ships with some plugins that require whitelisting,
@@ -419,8 +420,8 @@ pipelining = True
419420
# only be disabled if your sftp version has problems with batch mode
420421
#sftp_batch_mode = False
421422

422-
# The -tt argument is passed to ssh when pipelining is not enabled because sudo
423-
# requires a tty by default.
423+
# The -tt argument is passed to ssh when pipelining is not enabled because sudo
424+
# requires a tty by default.
424425
#use_tty = True
425426

426427
# Number of times to retry an SSH connection to a host, in case of UNREACHABLE.

0 commit comments

Comments
 (0)