mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
sysrc: forgot the os import
This commit is contained in:
parent
47fb0de3d0
commit
45fd7f6f1a
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ changed:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from ansible.module_utils.basic import AnsibleModule
|
from ansible.module_utils.basic import AnsibleModule
|
||||||
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue