From ecb7963443177a1ec398d0fd471ac6def39b96c7 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 13 Nov 2025 11:29:28 -0500 Subject: [PATCH] additional guard --- scripts/deploy_containers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy_containers.py b/scripts/deploy_containers.py index fa7ea1f..fe5b115 100644 --- a/scripts/deploy_containers.py +++ b/scripts/deploy_containers.py @@ -55,6 +55,7 @@ def main(): failed = [] removed = [] for file in diff: + task_name = "" # separating these for now because roles will typically # have a bunch of other things tied to them if "roles/" not in file and "host_vars/" not in file: