sysrc: forgot the os import

This commit is contained in:
David Lundgren 2025-07-14 16:40:31 -05:00
commit 45fd7f6f1a
No known key found for this signature in database
GPG key ID: 2B78584C498D2A5E

View file

@ -103,6 +103,7 @@ changed:
"""
from ansible.module_utils.basic import AnsibleModule
import os
import re