mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
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 elsewhere
This commit is contained in:
parent
a341adb7f3
commit
0453ed8235
@ -8,4 +8,4 @@
|
||||
filename: "{{kube_config_dir}}/{{item.item.file}}"
|
||||
state: "latest"
|
||||
with_items: "{{ canal_manifests.results }}"
|
||||
when: inventory_hostname == groups['kube-master'][0]
|
||||
when: inventory_hostname == groups['kube-master'][0] and not item|skipped
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user