mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 01:47:37 -02:30
Remove downloader host
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
checksum: yes
|
||||
times: yes
|
||||
set_remote_user: false
|
||||
delegate_to: "{{ groups['downloader'][0] }}"
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
|
||||
- name: Perms kubectl binary
|
||||
file: path={{ bin_dir }}/kubectl owner=kube mode=0755 state=file
|
||||
|
||||
Reference in New Issue
Block a user