Browse Source

Fixed helm bash complete

pull/1357/head
Seungkyu Ahn 7 years ago
parent
commit
91dff61008
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes-apps/helm/tasks/main.yml

2
roles/kubernetes-apps/helm/tasks/main.yml

@ -15,5 +15,5 @@
when: helm_container.changed
- name: Helm | Set up bash completion
shell: "umask 022 && {{ bin_dir }}/helm completion >/etc/bash_completion.d/helm.sh"
shell: "umask 022 && {{ bin_dir }}/helm completion bash >/etc/bash_completion.d/helm.sh"
when: ( helm_container.changed and not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"] )
Loading…
Cancel
Save