Skip to content

Commit

Permalink
Add nosec
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 28, 2024
1 parent 348badf commit 3ce577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/CtxtAgentBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ce577d

Please sign in to comment.