Skip to content

Commit

Permalink
Fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 29, 2024
1 parent baa75b0 commit 8471ccf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
uri:
url: "https://{{kube_wait_api_server_ip}}:6443/livez"
status_code: 200
register: result
until: result.status == 200
retries: 60
delay: 1
validate_certs: false
register: result
until: result.status == 200
retries: 60
delay: 1

- set_fact:
KUBECONFIG: /etc/kubernetes/admin.conf
Expand Down

0 comments on commit 8471ccf

Please sign in to comment.