mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Spelling fix.
This commit is contained in:
parent
1f7c197a9d
commit
3b77d17a26
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ class Runner(object):
|
||||||
print ie.errno
|
print ie.errno
|
||||||
if ie.errno == 32:
|
if ie.errno == 32:
|
||||||
# broken pipe from Ctrl+C
|
# broken pipe from Ctrl+C
|
||||||
raise errors.AnsibleError("interupted")
|
raise errors.AnsibleError("interrupted")
|
||||||
raise
|
raise
|
||||||
else:
|
else:
|
||||||
results = [ self._executor(h) for h in hosts ]
|
results = [ self._executor(h) for h in hosts ]
|
||||||
|
|
Loading…
Reference in a new issue