We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
multipass_vm
1 parent 3947f8e commit 0492f55Copy full SHA for 0492f55
plugins/modules/multipass_vm.py
@@ -4,7 +4,7 @@
4
# Copyright 2023 Kenneth KOFFI (@theko2fi)
5
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
6
7
-from ansible.module_utils.basic import AnsibleModule, env_fallback
+from ansible.module_utils.basic import AnsibleModule
8
from ansible_collections.theko2fi.multipass.plugins.module_utils.multipass import Multipass
9
from ansible_collections.theko2fi.multipass.plugins.module_utils.multipass_api import basic_auth_argument_spec
10
from ansible_collections.theko2fi.multipass.plugins.module_utils.errors import MultipassAPIAuthenticationError
0 commit comments