summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorjctanner <tanner.jc@gmail.com>2019-01-18 18:48:28 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2019-01-18 18:48:28 -0500
commitce58ebf71db44a64ee16a5926c3a766212154c07 (patch)
treeb26cd2b000c5e94c84fb28cbaccd5bc313e50624 /examples
parentb3601435c4886be77cdd9f3b12894644173d410c (diff)
downloadansible-ce58ebf71db44a64ee16a5926c3a766212154c07.tar.gz
Fix usetty keyword in example ansible.cfg (#51084)
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index b41fbe0114..cc1f9c757a 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,