From 45fd7f6f1a831972e1db34e248c1764307754ef2 Mon Sep 17 00:00:00 2001 From: David Lundgren Date: Mon, 14 Jul 2025 16:40:31 -0500 Subject: [PATCH] sysrc: forgot the os import --- plugins/modules/sysrc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/sysrc.py b/plugins/modules/sysrc.py index a8809f522c..0176c03b54 100644 --- a/plugins/modules/sysrc.py +++ b/plugins/modules/sysrc.py @@ -103,6 +103,7 @@ changed: """ from ansible.module_utils.basic import AnsibleModule +import os import re