From 80b1fbe6290711cd42c8f7fccffaa17560d3b8a2 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 13 Nov 2025 11:29:14 -0500 Subject: [PATCH] guard --- scripts/deploy_containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_containers.py b/scripts/deploy_containers.py index 217703d..fa7ea1f 100644 --- a/scripts/deploy_containers.py +++ b/scripts/deploy_containers.py @@ -73,7 +73,7 @@ def main(): removed.append(task_name) - if "host_vars" not in file and task_name not in removed: + if "host_vars" not in file and task_name and task_name not in removed: # deploy the task, regardless of its status if "roles/" not in file: if task_name not in deployed: