Skip to content

Commit f6eba0b

Browse files
committed
Disable pipelining given doas-become breaks
1 parent b4cebdd commit f6eba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ strategy_plugins = mitogen-0.2.9/ansible_mitogen/plugins/strategy
33
strategy = mitogen_linear
44
retry_files_enabled = False
55
[ssh_connection]
6-
pipelining = True
6+
pipelining = False # doas breaks with pipelining = True

0 commit comments

Comments
 (0)