From e26246b7bacbcc049e28ec38ab219efd7cb214ff Mon Sep 17 00:00:00 2001 From: jefferyfry Date: Mon, 6 Jul 2020 11:51:48 -0700 Subject: [PATCH] Updated AWS playbook. --- Ansible/test/aws/playbook.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Ansible/test/aws/playbook.yaml b/Ansible/test/aws/playbook.yaml index efcbea8..a859072 100644 --- a/Ansible/test/aws/playbook.yaml +++ b/Ansible/test/aws/playbook.yaml @@ -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" \ No newline at end of file + - name: Cleanup and delete stack + cloudformation: + stack_name: "{{ lookup('env', 'stack_name') }}" + region: "us-east-1" + state: "absent" \ No newline at end of file