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