Skip to content

Commit

Permalink
[GST-36] Fix EC2 Fact Hunt
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisconrad committed Nov 20, 2018
1 parent a1ebace commit 93e785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
when: ansible_virtualization_type != 'docker'

- name: Assigned ID EC2 fact hunt
action: ec2_instance_metadata
action: ec2_metadata_facts
register: ec2_vars
until: ec2_vars | success
retries: 3
Expand Down

0 comments on commit 93e785d

Please sign in to comment.