1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #2782 from mcodd/devel

typo fix
This commit is contained in:
Michael DeHaan 2013-04-26 05:27:12 -07:00
commit e4a955666f

View file

@ -48,7 +48,7 @@ class AsyncPoller(object):
if jid is None:
raise errors.AnsibleError("unexpected error: unable to determine jid")
if len(self.hosts_to_poll)==0:
raise errors.AnsibleErrot("unexpected error: no hosts to poll")
raise errors.AnsibleError("unexpected error: no hosts to poll")
self.jid = jid
def poll(self):