Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cschimid authored Apr 4, 2024
1 parent e78a2c9 commit 94f59e4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tests/integration/targets/ec2_transit_gateway/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,7 @@
that:
- 'result.changed == false'
- 'result.transit_gateways != []'

- name: test success with multicast enabled
ec2_transit_gateway_info:
filters:
options.multicast-support: enable
register: result
- name: assert success with transit_gateway_id filter
assert:
that:
- 'result.changed == true'
- 'result.transit_gateways != []'


always:
###### TEARDOWN STARTS HERE ######
- name: delete transit gateway
Expand Down

0 comments on commit 94f59e4

Please sign in to comment.