mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 11:40:22 -07:00
missing import in assert module
Fixed missing ansible.errors import in assert module
This commit is contained in:
parent
c85081e9a9
commit
fbf500ba1f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
import ansible
|
||||
|
||||
from ansible import utils
|
||||
from ansible import utils, errors
|
||||
from ansible.runner.return_data import ReturnData
|
||||
|
||||
class ActionModule(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue