From d23b4092c05fbea00785f2e7a92723467b69aad2 Mon Sep 17 00:00:00 2001 From: akbarjimi Date: Wed, 5 May 2021 14:36:19 +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 0f5584d..20eb9e9 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 - ansible.builtin.shell: $(date)." database" >> somelog.txt \ No newline at end of file + shell: $(date)." database" >> somelog.txt \ No newline at end of file