From 948a625ef8c7eea14765e247fefde5e3c72a2ffd Mon Sep 17 00:00:00 2001 From: akbarjimi Date: Wed, 5 May 2021 14:50:34 +0000 Subject: [PATCH] Update 'app.yml' --- app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.yml b/app.yml index 8595203..e44603d 100644 --- a/app.yml +++ b/app.yml @@ -3,4 +3,5 @@ hosts: webservers tasks: - name: Execute the command in remote shell; stdout goes to the specified file on the remote - shell: $(date) >> somelog.txt \ No newline at end of file + shell: | + echo $(date) >> sampad.txt \ No newline at end of file