Skip to content

Commit

Permalink
try become false
Browse files Browse the repository at this point in the history
  • Loading branch information
lukapetrovic-git committed Mar 1, 2024
1 parent 584230b commit ef1fb8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- "{{ longhorn_config_path }}"
wait: true
timeout: 10m0s
become: false
delegate_to: "{{ longhorn_delegate_to }}"
run_once: true
environment:
Expand Down
1 change: 1 addition & 0 deletions tasks/k8s_module_prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
plugin_path: "https://github.com/databus23/helm-diff"
plugin_version: 3.9.5
state: present
become: false
environment:
KUBECONFIG: "{{ longhorn_kubeconfig_path }}"

0 comments on commit ef1fb8b

Please sign in to comment.