Skip to content

Commit

Permalink
handle failure for deleting oci_ccm loadbalancers
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Jun 7, 2024
1 parent 1000a7e commit 4f5fb13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocne/create_instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@
when: use_oci_ccm
retries: 10
delay: 30
until: result is not failed
until: result is not failed or result.error_code == "NotAuthorizedOrNotFound"
ignore_errors: true

- name: Print oci-ccm load balancers
ansible.builtin.debug:
Expand Down

0 comments on commit 4f5fb13

Please sign in to comment.