Fix typo. (#66403)
This commit is contained in:
parent
654b9e2754
commit
b070fd1630
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class Connection(ConnectionBase):
|
|||
|
||||
def __init__(self, *args, **kwargs):
|
||||
if not HAS_BOTO_3:
|
||||
raise AnsibleError('{0}: {1}'.format(missing_required_lib("ncclient"), HAS_BOTO_3_ERROR))
|
||||
raise AnsibleError('{0}: {1}'.format(missing_required_lib("boto3"), HAS_BOTO_3_ERROR))
|
||||
|
||||
super(Connection, self).__init__(*args, **kwargs)
|
||||
self.host = self._play_context.remote_addr
|
||||
|
|
Loading…
Reference in a new issue