Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions tests/integration/targets/autoscaling_group/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,14 @@
region: "{{ aws_region }}"
block:
- ansible.builtin.include_role:
name: setup_ec2_facts

- ansible.builtin.include_role:
name: ec2_asg
tasks_from: env_setup.yml
rescue:

- ansible.builtin.include_role:
name: ec2_asg
tasks_from: env_cleanup.yml
run_once: true

- ansible.builtin.fail:
msg: Environment preparation failed
run_once: true
- hosts: all
gather_facts: false
strategy: free
serial: 6
roles:
- ec2_asg
Loading