mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix import for get_exception (#25551)
Fixes #25549 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
29817ab115
commit
ccc7f788c0
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ import time
|
|||
|
||||
from ansible.module_utils.basic import AnsibleModule, load_platform_subclass
|
||||
from ansible.module_utils._text import to_native
|
||||
from ansible.module_utils.pycompat24 import get_exception
|
||||
|
||||
|
||||
HAS_PSUTIL = False
|
||||
|
|
Loading…
Reference in a new issue