rename task
This commit is contained in:
parent
2cda982345
commit
1eaf0e1c63
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue