mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Import ansible errors in Poller.
This commit is contained in:
parent
618924a24f
commit
6c92d2fa88
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
from ansible import errors
|
||||||
|
|
||||||
class AsyncPoller(object):
|
class AsyncPoller(object):
|
||||||
""" Manage asynchronous jobs. """
|
""" Manage asynchronous jobs. """
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue