Skip to content

Commit

Permalink
binary_path
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 31, 2024
1 parent f817c27 commit fabddf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/clusterlust.openebs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@

- name: Setup helm repository
kubernetes.core.helm_repository:
binary_path: /usr/local/bin
name: "{{ helm_repo_name }}"
url: "{{ helm_repo_url }}"
state: present

- name: Install the OpenEBS helm chart
kubernetes.core.helm:
binary_path: /usr/local/bin
name: "{{ helm_chart_name }}"
chart_ref: "{{ helm_repo_name }}/{{ helm_chart_name }}"
update_repo_cache: true
Expand Down

0 comments on commit fabddf9

Please sign in to comment.