mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
missing import in assert module
Fixed missing ansible.errors import in assert module
This commit is contained in:
parent
90655cb7b0
commit
c652802d29
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