mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct name of variable
This commit is contained in:
parent
8d024c3747
commit
696cf32d63
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)):
|
||||||
if self._play_context.become_method in self.become_methods:
|
if self._play_context.become_method in self.become_methods:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
raise AnsibleError("Internal Error: this connection module does not support running commands via %s" % become_method)
|
raise AnsibleError("Internal Error: this connection module does not support running commands via %s" % become_methods)
|
||||||
|
|
||||||
def set_host_overrides(self, host):
|
def set_host_overrides(self, host):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue