mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Correct name of variable
This commit is contained in:
@@ -94,7 +94,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)):
|
||||
if self._play_context.become_method in self.become_methods:
|
||||
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):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user