Browse Source

Update 'app.yml'

main
Mohammad Akbari 4 years ago
parent
commit
948a625ef8
  1. 3
      app.yml

3
app.yml

@ -3,4 +3,5 @@
hosts: webservers hosts: webservers
tasks: tasks:
- 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
shell: $(date) >> somelog.txt
shell: |
echo $(date) >> sampad.txt
Loading…
Cancel
Save