Skip to content

Commit

Permalink
Fix race condition in obtaining the public IP for ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpodwysocki authored and apatard committed Apr 12, 2023
1 parent d7a1c59 commit 33a0dda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
key_name: "{{ (item.key_inject_method == 'ec2') | ternary(item.key_name, omit) }}"
tags: "{{ platform_tags }}"
user_data: "{{ platform_user_data }}"
state: "started"
state: "running"
wait: true
vars:
platform_security_groups: "{{ item.security_groups or [item.security_group_name] }}"
Expand Down

0 comments on commit 33a0dda

Please sign in to comment.