Clarify why we add -q only for ssh

pull/4420/head
Abhijit Menon-Sen 2015-09-28 16:00:23 +05:30
parent 4cd810a674
commit 2ce219b5af
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ class Connection(ConnectionBase):
if self._play_context.verbosity > 3:
self._command += ['-vvv']
elif binary == 'ssh':
# Older versions of ssh (e.g. in RHEL 6) don't accept sftp -q.
self._command += ['-q']
# Next, we add ansible_ssh_args from the inventory if it's set, or