Skip to content
Snippets Groups Projects
Commit 436c0b58 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #1217 from bradbeam/helmcompletion

Excluding bash completion for helm on CoreOS
parents 7ac62822 bd130315
No related branches found
No related tags found
No related merge requests found
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
- 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 >/etc/bash_completion.d/helm.sh"
when: helm_container.changed when: ( helm_container.changed and not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"] )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment