Commit 696cf32d by Toshio Kuratomi

Correct name of variable

parent 8d024c37
...@@ -94,7 +94,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)): ...@@ -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):
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment