Browse code

Fix usetty keyword in example ansible.cfg (#51084)

jctanner authored on 2019/01/19 08:48:28
Showing 1 changed files
... ...
@@ -420,7 +420,7 @@
420 420
 
421 421
 # The -tt argument is passed to ssh when pipelining is not enabled because sudo 
422 422
 # requires a tty by default. 
423
-#use_tty = True
423
+#usetty = True
424 424
 
425 425
 # Number of times to retry an SSH connection to a host, in case of UNREACHABLE.
426 426
 # For each retry attempt, there is an exponential backoff,