mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Fix invalid task attrs. ci_complete
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
nxos_logging: &con3
|
||||
dest: console
|
||||
dest_level: 3
|
||||
provider: "{{ connection }}"
|
||||
register: result
|
||||
provider: "{{ connection }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- assert:
|
||||
|
||||
@@ -73,7 +73,6 @@
|
||||
- create_result.policy.Statement.Action == "*"
|
||||
always:
|
||||
- name: Cleaning up queue
|
||||
echo: "{{ create_result.name }}"
|
||||
sqs_queue:
|
||||
name: "{{ create_result.name }}"
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user