Add kubectl & helm bash autocomplete

Sem-Ver: feature
Depends-On: Id868ea6c1d14de8425944244d1243384acd143be
Change-Id: I5cd0c827f889cfc56a9f85a58e9853435cb9b596
diff --git a/roles/helm/tasks/debian.yml b/roles/helm/tasks/debian.yml
index f6004b0..c636b37 100644
--- a/roles/helm/tasks/debian.yml
+++ b/roles/helm/tasks/debian.yml
@@ -32,3 +32,9 @@
   ansible.builtin.apt:
     name: ["helm"]
     install_recommends: false
+
+- name: add bash autocomplete for helm
+  ansible.builtin.lineinfile:
+    path: /root/.bashrc
+    line: 'source <(helm completion bash)'
+    insertbefore: EOF