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,