fix: Only deploy stacks if they didn't exist previously
This commit is contained in:
@@ -126,3 +126,4 @@
|
||||
register: start_result
|
||||
retries: 3
|
||||
delay: 2
|
||||
when: existing_stack.status == 500 and stack_result is succeeded
|
||||
|
||||
Reference in New Issue
Block a user