os-control: fix up indent
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ddc195b56c
commit
51bc025548
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue