Fix erroneous ansible args
This commit is contained in:
parent
eda75fc706
commit
000b4565c2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
until: pods_not_ready.stdout.find("cilium")==-1
|
until: pods_not_ready.stdout.find("cilium")==-1
|
||||||
retries: 30
|
retries: 30
|
||||||
delay: 10
|
delay: 10
|
||||||
fail_when: false
|
failed_when: false
|
||||||
when: inventory_hostname == groups['kube_control_plane'][0]
|
when: inventory_hostname == groups['kube_control_plane'][0]
|
||||||
|
|
||||||
- name: Cilium | Hubble install
|
- name: Cilium | Hubble install
|
||||||
|
|
Loading…
Reference in a new issue