Excluding bash completion for helm on CoreOS

pull/1217/head
Brad Beam 2017-04-10 11:07:15 -05:00
parent ab12b23e6f
commit bd130315b6
1 changed files with 1 additions and 1 deletions

View File

@ -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"] )