mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
fixed incorrect import deps (#2747)
This commit is contained in:
parent
2c87fe3b58
commit
3787b9baf8
3 changed files with 2 additions and 135 deletions
|
@ -246,7 +246,7 @@ actions:
|
|||
'''
|
||||
|
||||
import os
|
||||
from ansible.modules.extras.cloud.lxd import LXDClient, LXDClientException
|
||||
from ansible.module_utils.lxd import LXDClient, LXDClientException
|
||||
|
||||
# LXD_ANSIBLE_STATES is a map of states that contain values of methods used
|
||||
# when a particular state is evoked.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue