mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
Updated AWS playbook.
This commit is contained in:
@@ -144,8 +144,8 @@
|
||||
shell:
|
||||
cmd: ./gradlew clean unified_test
|
||||
chdir: ../tests/
|
||||
# - name: Cleanup and delete stack
|
||||
# cloudformation:
|
||||
# stack_name: "{{ lookup('env', 'stack_name') }}"
|
||||
# region: "us-east-1"
|
||||
# state: "absent"
|
||||
- name: Cleanup and delete stack
|
||||
cloudformation:
|
||||
stack_name: "{{ lookup('env', 'stack_name') }}"
|
||||
region: "us-east-1"
|
||||
state: "absent"
|
||||
Reference in New Issue
Block a user