mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Spelling fix.
This commit is contained in:
@@ -847,7 +847,7 @@ class Runner(object):
|
||||
print ie.errno
|
||||
if ie.errno == 32:
|
||||
# broken pipe from Ctrl+C
|
||||
raise errors.AnsibleError("interupted")
|
||||
raise errors.AnsibleError("interrupted")
|
||||
raise
|
||||
else:
|
||||
results = [ self._executor(h) for h in hosts ]
|
||||
|
||||
Reference in New Issue
Block a user