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