mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
clarify message about name of configuration parameter
This commit is contained in:
parent
4fd14ac3e7
commit
3c6d9972fe
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class Connection(object):
|
|||
p.stdin.close() # close stdin after we read from stdout (see also issue #848)
|
||||
|
||||
if p.returncode != 0 and stdout.find('Bad configuration option: ControlPersist') != -1:
|
||||
raise errors.AnsibleError('using -c ssh on certain older ssh versions may not support ControlPersist, set ANSIBLE_SSH_ARGS="" (or ssh_args in the config file) before running again')
|
||||
raise errors.AnsibleError('using -c ssh on certain older ssh versions may not support ControlPersist, set ANSIBLE_SSH_ARGS="" (or ansible_ssh_args in the config file) before running again')
|
||||
|
||||
return ('', stdout, '')
|
||||
|
||||
|
|
Loading…
Reference in a new issue