Fix name tag key (#282)

This commit is contained in:
James Hale 2017-03-28 21:18:33 -04:00 committed by defunct
parent 4dff2dcf95
commit 3b3fb601ef

View file

@ -95,11 +95,11 @@
wait: true wait: true
region: "{{ region }}" region: "{{ region }}"
instance_tags: instance_tags:
name: "{{ aws_server_name }}" Name: "{{ aws_server_name }}"
Environment: Algo Environment: Algo
exact_count: 1 exact_count: 1
count_tag: count_tag:
name: "{{ aws_server_name }}" Name: "{{ aws_server_name }}"
assign_public_ip: yes assign_public_ip: yes
instance_initiated_shutdown_behavior: terminate instance_initiated_shutdown_behavior: terminate
register: ec2 register: ec2