[lint]: Fix indentation

Found incorrect indentation. This
PS redresses the indentation issue.

Change-Id: I23f1768e281053836ed8685029d332b7dffd0c2a
This commit is contained in:
Venkata, Krishna (kv988c) 2020-03-03 17:39:59 -06:00 committed by Venkata, Krishna (kv988c)
parent 2bf3117197
commit dd37096d65

View File

@ -31,9 +31,9 @@
- name: "Run functional test cases against pre-existing k8s cluster"
block:
- name: "airshipctl kubectl version"
shell: |
set -ex
kubectl version
args:
chdir: "{{ zuul.project.src_dir }}"
- name: "airshipctl kubectl version"
shell: |
set -ex
kubectl version
args:
chdir: "{{ zuul.project.src_dir }}"