[ANSIBLE] Drop shell completion code generation in 'kubectl' role
[oom/offline-installer.git] / ansible / roles / kubectl / tasks / main.yml
1 ---
2 - name: Install kubectl
3   copy:
4     src: "{{ app_data_path }}/downloads/kubectl"
5     dest: "{{ kubectl_bin_dir }}/kubectl"
6     remote_src: true
7     mode: 0755