os-control: fix up indent

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-27 17:52:07 -08:00
parent ddc195b56c
commit 51bc025548

View file

@ -34,7 +34,7 @@
mode: "0770"
- name: Install helm if not exists
unarchive:
unarchive:
src: https://get.helm.sh/helm-v3.17.0-linux-amd64.tar.gz
dest: /usr/local/bin
extra_opts: "--strip-components=1"
@ -42,7 +42,7 @@
group: root
mode: 0755
remote_src: true
args:
args:
creates: /usr/local/bin/helm
- name: Copy oc rpm