diff --git a/app.yml b/app.yml index 48c2017..59e7457 100644 --- a/app.yml +++ b/app.yml @@ -8,3 +8,5 @@ dpkg_options: 'force-confnew,force-confdef' name: httpd state: latest + - 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