mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
sysrc: updated imports
This commit is contained in:
parent
7ed1033c9b
commit
58e6c1ca25
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ changed:
|
||||||
sample: true
|
sample: true
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from ansible.module_utils.basic import AnsibleModule
|
from ansible_collections.community.general.plugins.module_utils.module_helper import StateModuleHelper, cause_changes
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue