mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Style fixes from pep8 makefile target
This commit is contained in:
@@ -493,9 +493,9 @@ class Runner(object):
|
||||
|
||||
def _executor(self, host):
|
||||
try:
|
||||
(host, ok, data) = self._executor_internal(host)
|
||||
(host, ok, data) = self._executor_internal(host)
|
||||
if not ok:
|
||||
self.callbacks.on_unreachable(host, data)
|
||||
self.callbacks.on_unreachable(host, data)
|
||||
return (host, ok, data)
|
||||
except errors.AnsibleError, ae:
|
||||
msg = str(ae)
|
||||
|
||||
Reference in New Issue
Block a user