diff --git a/db.yml b/db.yml index c77fe63..27ebd17 100644 --- a/db.yml +++ b/db.yml @@ -3,4 +3,5 @@ hosts: databases 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) >> database.txt \ No newline at end of file