Skip to content

Commit

Permalink
update inconsistent failing test cases - ec2_metadata_facts and ec2_p…
Browse files Browse the repository at this point in the history
…lacement_groups
  • Loading branch information
abikouo committed Jun 28, 2024
1 parent beea86f commit 6b246b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
TestId: "{{ ec2_instance_tag_TestId }}"
security_group: default
instance_type: "{{ ec2_instance_type }}"
availability_zone: us-east-1c
wait: true
ignore_errors: true
register: instance_creation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
tags:
snake_case_key: a_snake_case_value
camelCaseKey: aCamelCaseValue
wait: true
register: ec2_instance

- ansible.builtin.set_fact:
Expand Down

0 comments on commit 6b246b9

Please sign in to comment.