Increase privesc timeout
This commit is contained in:
parent
b3d0b7188c
commit
f523207316
@ -26,6 +26,9 @@ remote_user = ansible
|
|||||||
# This extra roles directory is used for Galaxy roles.
|
# This extra roles directory is used for Galaxy roles.
|
||||||
roles_path = .roles:roles
|
roles_path = .roles:roles
|
||||||
system_warnings = true
|
system_warnings = true
|
||||||
|
# We set this to avoid circumstances in which we time out waiting for a privesc
|
||||||
|
# prompt. Zerotier, as a management network, can be a bit slow at times.
|
||||||
|
timeout = 60
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
always = true
|
always = true
|
||||||
|
Loading…
Reference in New Issue
Block a user