From bbbcb26c8a9cb772b05473ef756eb0b4fc629480 Mon Sep 17 00:00:00 2001 From: Suraj Kumar Date: Sun, 14 Oct 2018 03:08:33 +0530 Subject: [PATCH] Updated Added a space in line 6 Although file will run --- ansible/hello.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/hello.yaml b/ansible/hello.yaml index 546d3edab..28c489791 100644 --- a/ansible/hello.yaml +++ b/ansible/hello.yaml @@ -3,5 +3,5 @@ hosts: all tasks: - - name: Hello World! - shell: echo "Hi!" + - name: Hello World! + shell: echo "Hi!"