From 87715c4dc6536153a4d9691d555416cba69ac97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= Date: Fri, 13 Jan 2023 08:43:57 +0000 Subject: [PATCH] Remove kwargs from xccdf_eval function --- salt/modules/openscap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/modules/openscap.py b/salt/modules/openscap.py index 9df9fa5a834..721d61d13a6 100644 --- a/salt/modules/openscap.py +++ b/salt/modules/openscap.py @@ -70,7 +70,6 @@ def xccdf_eval( tailoring_file=None, tailoring_id=None, remediate=None, - **kwargs ): """ Run ``oscap xccdf eval`` commands on minions.