mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Ansible: Minor typo in play text (no functional change)
This commit is contained in:
parent
605437f811
commit
c3849fd240
@ -21,7 +21,7 @@
|
||||
- name: Enable apiserver
|
||||
service: name=kube-apiserver enabled=yes state=started
|
||||
|
||||
- name: Get the node token values
|
||||
- name: Get the master token values
|
||||
slurp:
|
||||
src: "{{ kube_token_dir }}/{{ item }}-{{ inventory_hostname }}.token"
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user