Skip to content

Commit 69ea765

Browse files
committed
fix indent
1 parent ce23227 commit 69ea765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubetest2-tf/data/k8s-ansible/install-k8s-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
1919
dest: /tmp/get_helm.sh
2020
mode: '0700'
21-
delegate_to: "{{ groups['masters'][0] }}"
21+
delegate_to: "{{ groups['masters'][0] }}"
2222

2323
- name: Run Helm install script
2424
ansible.builtin.command: /tmp/get_helm.sh

0 commit comments

Comments
 (0)