diff --git a/tasks/install.yml b/tasks/install.yml index 5443c71..bdf90b7 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -34,6 +34,7 @@ - "{{ longhorn_config_path }}" wait: true timeout: 10m0s + become: false delegate_to: "{{ longhorn_delegate_to }}" run_once: true environment: diff --git a/tasks/k8s_module_prerequisites.yml b/tasks/k8s_module_prerequisites.yml index 6bc4a87..d7e4dac 100644 --- a/tasks/k8s_module_prerequisites.yml +++ b/tasks/k8s_module_prerequisites.yml @@ -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 }}"