Browse Source

Update 'app.yml'

main
Mohammad Akbari 4 years ago
parent
commit
0b6fcc7e9d
  1. 2
      app.yml

2
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
shell: $(date)." app" >> somelog.txt
shell: $(date) >> somelog.txt
Loading…
Cancel
Save