From dd37096d65874451ee251c9c9906c1abdb3627dd Mon Sep 17 00:00:00 2001 From: "Venkata, Krishna (kv988c)" Date: Tue, 3 Mar 2020 17:39:59 -0600 Subject: [PATCH] [lint]: Fix indentation Found incorrect indentation. This PS redresses the indentation issue. Change-Id: I23f1768e281053836ed8685029d332b7dffd0c2a --- .../airship-airshipctl-functional-existing-k8s.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/airship-airshipctl-functional-existing-k8s.yaml b/playbooks/airship-airshipctl-functional-existing-k8s.yaml index fe04a41b3..3a510c075 100644 --- a/playbooks/airship-airshipctl-functional-existing-k8s.yaml +++ b/playbooks/airship-airshipctl-functional-existing-k8s.yaml @@ -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 }}"