Fix an error with Canal when RBAC are disabled (#1619)
* Fix an error with Canal when RBAC are disabled * Update using same rbac strategy used elsewherepull/1632/head
parent
a341adb7f3
commit
0453ed8235
|
@ -8,4 +8,4 @@
|
||||||
filename: "{{kube_config_dir}}/{{item.item.file}}"
|
filename: "{{kube_config_dir}}/{{item.item.file}}"
|
||||||
state: "latest"
|
state: "latest"
|
||||||
with_items: "{{ canal_manifests.results }}"
|
with_items: "{{ canal_manifests.results }}"
|
||||||
when: inventory_hostname == groups['kube-master'][0]
|
when: inventory_hostname == groups['kube-master'][0] and not item|skipped
|
||||||
|
|
Loading…
Reference in New Issue