added bash completion to kubektl on kube nodes

This commit is contained in:
2022-01-03 07:25:09 -05:00
parent 7d90c27a98
commit 449eb42c36
2 changed files with 7 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
register: k3s_service
- include_tasks: install.yml
when: not k3s_service.stat.exists
# when: not k3s_service.stat.exists
- name: Start service k3s, if not started
ansible.builtin.service: