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