Skip to content
Snippets Groups Projects
Commit 037edf12 authored by Stanislav Makar's avatar Stanislav Makar Committed by Matthew Mosesohn
Browse files

Fix failed task of setting up bash completion for helm (#1968)

Closes: #1967
parent 37125866
No related branches found
No related tags found
No related merge requests found
...@@ -36,4 +36,4 @@ ...@@ -36,4 +36,4 @@
- name: Helm | Set up bash completion - name: Helm | Set up bash completion
shell: "umask 022 && {{ bin_dir }}/helm completion bash >/etc/bash_completion.d/helm.sh" shell: "umask 022 && {{ bin_dir }}/helm completion bash >/etc/bash_completion.d/helm.sh"
when: (helm_container is defined and helm_container.changed) or (helm_task_result is defined and helm_task_result.changed) and not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"] when: ((helm_container is defined and helm_container.changed) or (helm_task_result is defined and helm_task_result.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