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