Skip to content

Commit 8491769

Browse files
authored
add aws_ec2_state
1 parent 2ae5238 commit 8491769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/ec2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- name: ec2 | Provision a set of instances
44
ec2:
5+
state: "{{ aws_ec2_state | default(omit) }}"
56
group: "{{ aws_ec2_group | default(omit) }}"
67
group_id: "{{ aws_ec2_group_id | default(omit) }}"
78
instance_type: "{{ aws_ec2_instance_type }}"

0 commit comments

Comments
 (0)