Skip to content

Commit cb3b8f1

Browse files
committed
Configure ansible to use pipelining
Avoids a "junk after JSON data" warning as mentioned.
1 parent a9c266c commit cb3b8f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/ansible.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
callbacks_enabled = ansible.posix.profile_tasks
44
result_format = yaml
55
private_key_file = ~/.ssh/thprod
6+
7+
[ssh_connection]
8+
# Avoids "junk after JSON data" warnings due to ssh -tt when using become
9+
pipelining = True

0 commit comments

Comments
 (0)