From 3ce577df4250b7cc83586a4e7c1c057840a6ecdc Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Thu, 28 Nov 2024 09:26:23 +0100 Subject: [PATCH] Add nosec --- IM/CtxtAgentBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IM/CtxtAgentBase.py b/IM/CtxtAgentBase.py index a88b0953..a38d4487 100644 --- a/IM/CtxtAgentBase.py +++ b/IM/CtxtAgentBase.py @@ -37,7 +37,7 @@ class CtxtAgentBase: # the ConfManager PLAYBOOK_RETRIES = 1 INTERNAL_PLAYBOOK_RETRIES = 1 - VENV_DIR = "/var/tmp/.ansible" + VENV_DIR = "/var/tmp/.ansible" # nosec def __init__(self, conf_data_filename): self.logger = None