Skip to content

Commit

Permalink
set back waiter
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Sep 27, 2024
1 parent 98a6af4 commit 47b3655
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
purge_tags: false
filters:
tag:TestId: "{{ ec2_instance_tag_TestId }}"
wait: false
wait: true
register: create_multiple_instances

- ansible.builtin.assert:
Expand Down Expand Up @@ -146,7 +146,7 @@
purge_tags: false
tags:
TestId: "{{ ec2_instance_tag_TestId }}"
wait: false
wait: true
register: create_multiple_instances

- ansible.builtin.assert:
Expand Down Expand Up @@ -324,7 +324,7 @@
purge_tags: false
tags:
TestId: "{{ ec2_instance_tag_TestId }}"
wait: false
wait: true
register: restart_multiple_instances

- ansible.builtin.assert:
Expand Down Expand Up @@ -374,7 +374,7 @@
purge_tags: false
tags:
TestId: "{{ ec2_instance_tag_TestId }}"
wait: false
wait: true
register: create_multiple_instances

- name: debug is here
Expand Down

0 comments on commit 47b3655

Please sign in to comment.