Updated collection package to 1.0.7

This commit is contained in:
jefferyfry
2020-07-07 13:55:46 -07:00
parent d2a056384a
commit e4bf69a72a
6 changed files with 12 additions and 12 deletions

View File

@@ -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"