From 44b52de3fb446e14d674dd1e580ca306ef382019 Mon Sep 17 00:00:00 2001 From: sv00360113 Date: Wed, 6 Dec 2017 14:32:03 +0530 Subject: [PATCH] Update hello_world.yml changed the file --- hello_world.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello_world.yml b/hello_world.yml index 20632c61..b4986dc9 100644 --- a/hello_world.yml +++ b/hello_world.yml @@ -4,4 +4,6 @@ - name: Hello Message debug: msg: "Hello World!" + - name: run the shell command + shell: echo "HelloWorld"