mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-16 04:10:47 -03:30
Excluding bash completion for helm on CoreOS
This commit is contained in:
parent
ab12b23e6f
commit
bd130315b6
@ -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…
x
Reference in New Issue
Block a user