From 5ec71ff14e29adbe996e96cffd1d03e2c3bf0579 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 20 Aug 2025 17:13:33 -0400 Subject: [PATCH] ceph-tag: Remove throwaway|bool That var has nothing to do with checking out a previously-existing tag. THROWAWAY=true just means 'create the packages but don't push them to chacra' Signed-off-by: David Galloway --- ansible/roles/ceph-release/tasks/create.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/ceph-release/tasks/create.yml b/ansible/roles/ceph-release/tasks/create.yml index 9134c3a6..e8f2d64c 100644 --- a/ansible/roles/ceph-release/tasks/create.yml +++ b/ansible/roles/ceph-release/tasks/create.yml @@ -47,7 +47,6 @@ when: - "release != 'SECURITY'" - tag|bool is false - - throwaway|bool is false # SECURITY - name: "git checkout security {{ branch }}-release branch" -- 2.39.5