Skip to content

Commit

Permalink
fix: add retry to fetch tags (openedx-unsupported#7091)
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap authored Jan 25, 2024
1 parent 82d60c0 commit 7f97b24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/continuous_delivery/create_ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
resource: "{{ instance_id }}"
state: list
register: instance_tags
retries: 3
until: instance_tags is succeeded

- name: Stop instance
ec2:
Expand Down

0 comments on commit 7f97b24

Please sign in to comment.