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

This commit is contained in:
2025-11-13 11:29:28 -05:00
parent 80b1fbe629
commit ecb7963443

View File

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