Skip to content

Commit

Permalink
modified: roles/crc/tasks/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson committed Nov 20, 2024
1 parent fb9d5ea commit f9bea9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions roles/crc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@
provider: selfsigned
mode: "0644"

- name: Wait for cluster operators to be ready
ansible.builtin.uri:
url: "http://localhost:8443/api/v1/clusteroperators"
status_code: 200
until: "'Ready' in {{ lookup('url', uri).status.phase | join(', ') }}"
retries: 10
# - name: Wait for cluster operators to be ready
# ansible.builtin.uri:
# url: "http://localhost:8443/api/v1/clusteroperators"
# status_code: 200
# until: "'Ready' in {{ lookup('url', uri).status.phase | join(', ') }}"
# retries: 10

- name: Patch route
ansible.builtin.command:
Expand Down

0 comments on commit f9bea9f

Please sign in to comment.