mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Clarify why we add -q only for ssh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user