Fix invalid task attrs. ci_complete

This commit is contained in:
Matt Martz 2018-08-17 09:41:16 -05:00 committed by Matt Clay
commit 727beaf9f5
3 changed files with 3 additions and 4 deletions

View file

@ -71,7 +71,7 @@
# state: absent
# <<: *aws_connection_info
# register: result
# ignore_error: true
# ignore_errors: true
#
# - name: assert deleteing app with running environments fail
# assert:
@ -124,7 +124,7 @@
state: absent
<<: *aws_connection_info
register: result
ignore_error: true
ignore_errors: true
- name: assert deleteing non existant app fails
assert: