mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix raising AnsibleError
This commit is contained in:
parent
c2f26ad95d
commit
f9b56a5d7c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import stat
|
|||
import subprocess
|
||||
|
||||
from ansible import constants as C
|
||||
from ansible.errors import *
|
||||
from ansible import errors
|
||||
|
||||
from ansible.inventory.ini import InventoryParser
|
||||
from ansible.inventory.script import InventoryScript
|
||||
|
|
Loading…
Reference in a new issue