Fix erroneous ansible args

This commit is contained in:
Florian Ruynat 2021-07-15 14:25:41 +02:00 committed by Kubernetes Prow Robot
parent eda75fc706
commit 000b4565c2

View file

@ -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