diff --git a/app.yml b/app.yml index afa36a3..968ab26 100644 --- a/app.yml +++ b/app.yml @@ -3,4 +3,4 @@ hosts: webservers tasks: - name: Execute the command in remote shell; stdout goes to the specified file on the remote - ansible.builtin.shell: $(date)." app" >> somelog.txt \ No newline at end of file + shell: $(date)." app" >> somelog.txt \ No newline at end of file