working on configuring a k3s cluster
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
cmd: sh -s --
|
||||
stdin: "{{ k3s_installer.content }}"
|
||||
|
||||
- name: Setup bash completion
|
||||
ansible.builtin.shell:
|
||||
cmd: "kubectl completion bash >/etc/bash_completion.d/kubectl"
|
||||
creates: /etc/bash_completion.d/kubectl
|
||||
#- name: Setup bash completion
|
||||
# ansible.builtin.shell:
|
||||
# cmd: "kubectl completion bash >/etc/bash_completion.d/kubectl"
|
||||
# creates: /etc/bash_completion.d/kubectl
|
||||
|
||||
Reference in New Issue
Block a user