This commit is contained in:
parent
da015e0249
commit
b0437516c1
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ kube_router_annotations_all }}"
|
- "{{ kube_router_annotations_all }}"
|
||||||
delegate_to: "{{ groups['kube-master'][0] }}"
|
delegate_to: "{{ groups['kube-master'][0] }}"
|
||||||
when: kube_router_annotations_all is defined and inventory_hostname in groups['all']
|
when: kube_router_annotations_all is defined and inventory_hostname in groups['k8s-cluster']
|
||||||
|
|
Loading…
Reference in a new issue