mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Fix invalid task attrs. ci_complete
This commit is contained in:
parent
812db9240a
commit
727beaf9f5
3 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue