Skip to content
Snippets Groups Projects
Commit 1eaf0e1c authored by jwfang's avatar jwfang
Browse files

rename task

parent 2cda9823
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@
when: secret_changed|default(false) or etcd_secret_changed|default(false)
notify: restart calico-node
- name: Lay Down calico-node RBAC Template
- name: Calico | Lay Down calico-node RBAC Template
template:
src: "{{item.file}}"
dest: "{{kube_config_dir}}/{{item.file}}"
......@@ -205,7 +205,7 @@
register: manifests
when: inventory_hostname == groups['kube-master'][0] and rbac_enabled
- name: Create calico-node RBAC Resources
- name: Calico | Create calico-node RBAC Resources
kube:
name: "{{item.item.name}}"
namespace: "{{ system_namespace }}"
......
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