Merge pull request #1357 from seungkyua/fixed_helm_bash_completion

Fixed helm bash complete
pull/1360/head
Matthew Mosesohn 2017-06-19 09:57:36 +03:00 committed by GitHub
commit 586d2a41ce
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@
when: helm_container.changed when: helm_container.changed
- name: Helm | Set up bash completion - 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"] ) when: ( helm_container.changed and not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"] )