Browse Source

Merge pull request #1217 from bradbeam/helmcompletion

Excluding bash completion for helm on CoreOS
pull/1222/head
Spencer Smith 7 years ago
committed by GitHub
parent
commit
436c0b58db
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

@ -13,4 +13,4 @@
- name: Helm | Set up bash completion
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"] )
Loading…
Cancel
Save