Only append -q option for ssh if we're using ssh

pull/12538/head
James Cammarata 9 years ago
parent 46984a067c
commit 4cd810a674

@ -128,7 +128,7 @@ class Connection(ConnectionBase):
if self._play_context.verbosity > 3:
self._command += ['-vvv']
else:
elif binary == 'ssh':
self._command += ['-q']
# Next, we add ansible_ssh_args from the inventory if it's set, or

Loading…
Cancel
Save