Merge pull request #506 from jhoekx/import-errors-poller
Import ansible errors in Poller.
This commit is contained in:
commit
c2694986d8
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
|
||||
import time
|
||||
|
||||
from ansible import errors
|
||||
|
||||
class AsyncPoller(object):
|
||||
""" Manage asynchronous jobs. """
|
||||
|
||||
|
|
Loading…
Reference in a new issue