Skip to content

Commit fabddf9

Browse files
committed
binary_path
1 parent f817c27 commit fabddf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: roles/clusterlust.openebs/tasks/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414

1515
- name: Setup helm repository
1616
kubernetes.core.helm_repository:
17+
binary_path: /usr/local/bin
1718
name: "{{ helm_repo_name }}"
1819
url: "{{ helm_repo_url }}"
1920
state: present
2021

2122
- name: Install the OpenEBS helm chart
2223
kubernetes.core.helm:
24+
binary_path: /usr/local/bin
2325
name: "{{ helm_chart_name }}"
2426
chart_ref: "{{ helm_repo_name }}/{{ helm_chart_name }}"
2527
update_repo_cache: true

0 commit comments

Comments
 (0)