Skip to content
Snippets Groups Projects
Commit 000b4565 authored by Florian Ruynat's avatar Florian Ruynat Committed by Kubernetes Prow Robot
Browse files

Fix erroneous ansible args

parent eda75fc7
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
until: pods_not_ready.stdout.find("cilium")==-1
retries: 30
delay: 10
fail_when: false
failed_when: false
when: inventory_hostname == groups['kube_control_plane'][0]
- name: Cilium | Hubble install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment