|
@ -8,5 +8,6 @@ |
|
|
dpkg_options: 'force-confnew,force-confdef' |
|
|
dpkg_options: 'force-confnew,force-confdef' |
|
|
name: httpd |
|
|
name: httpd |
|
|
state: latest |
|
|
state: latest |
|
|
|
|
|
|
|
|
- name: Execute the command in remote shell; stdout goes to the specified file on the remote |
|
|
- name: Execute the command in remote shell; stdout goes to the specified file on the remote |
|
|
ansible.builtin.shell: $(date)." app" >> somelog.txt |
|
|
ansible.builtin.shell: $(date)." app" >> somelog.txt |