mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Renamed the avi_ansible_utils to avi. Fixed the import error and clea… (#22112)
* Renamed the avi_ansible_utils to avi. Fixed the import error and cleaned up code. * Refactored all new modules to use the new module_utils.avi * Added module_utils.avi to python 2.4 skip list
This commit is contained in:
parent
7ab0f28e80
commit
61288b14fd
18 changed files with 31 additions and 110 deletions
|
@ -130,7 +130,7 @@ obj:
|
|||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
try:
|
||||
from ansible.module_utils.avi_ansible_utils import (
|
||||
from ansible.module_utils.avi import (
|
||||
avi_common_argument_spec, HAS_AVI, avi_ansible_api)
|
||||
except ImportError:
|
||||
HAS_AVI = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue