Skip to content
Snippets Groups Projects
Commit 0453ed82 authored by Matthieu's avatar Matthieu Committed by Matthew Mosesohn
Browse files

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
parent a341adb7
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment