fix: Only deploy stacks if they didn't exist previously

This commit is contained in:
Lino Silva
2026-04-10 15:49:20 +01:00
parent 7a211b2d4b
commit 57847ca4fe
@@ -126,3 +126,4 @@
register: start_result
retries: 3
delay: 2
when: existing_stack.status == 500 and stack_result is succeeded