Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfortin committed Oct 24, 2023
1 parent 971e26a commit 9b4f59b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/integration/targets/ec2_placement_group_test/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,3 @@
that:
- spread_placement_group.group.spread_domain == 'host'
- spread_placement_group.group.state == 'present'

- name: Delete a cluster placement group
ansible.aws.ec2_placement_group:
group_name: "{{ ec2_placement_group_name }}-cluster"
state: absent

- name: Delete a partition placement group
ansible.aws.ec2_placement_group:
group_name: "{{ ec2_placement_group_name }}-partition"
state: absent

- name: Delete a spread placement group
ansible.aws.ec2_placement_group:
group_name: "{{ ec2_placement_group_name }}-spread"
state: absent

0 comments on commit 9b4f59b

Please sign in to comment.