From ce58ebf71db44a64ee16a5926c3a766212154c07 Mon Sep 17 00:00:00 2001 From: jctanner Date: Fri, 18 Jan 2019 18:48:28 -0500 Subject: [PATCH] Fix usetty keyword in example ansible.cfg (#51084) --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index b41fbe01140..cc1f9c757a3 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -420,7 +420,7 @@ # The -tt argument is passed to ssh when pipelining is not enabled because sudo # requires a tty by default. -#use_tty = True +#usetty = True # Number of times to retry an SSH connection to a host, in case of UNREACHABLE. # For each retry attempt, there is an exponential backoff,