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