We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce23227 commit 69ea765Copy full SHA for 69ea765
kubetest2-tf/data/k8s-ansible/install-k8s-monitoring.yml
@@ -18,7 +18,7 @@
18
url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
19
dest: /tmp/get_helm.sh
20
mode: '0700'
21
- delegate_to: "{{ groups['masters'][0] }}"
+ delegate_to: "{{ groups['masters'][0] }}"
22
23
- name: Run Helm install script
24
ansible.builtin.command: /tmp/get_helm.sh
0 commit comments