guard
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-11-13 11:29:14 -05:00
parent 09cfb8e0d2
commit 80b1fbe629

View File

@@ -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: