1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
jctanner 2019-01-18 18:48:28 -05:00 committed by Brian Coca
parent b3601435c4
commit ce58ebf71d

View file

@ -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,