mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Fix name tag key (#282)
This commit is contained in:
parent
4dff2dcf95
commit
3b3fb601ef
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue