Browse Source

Update 'db.yml'

main
Mohammad Akbari 4 years ago
parent
commit
5950269a31
  1. 3
      db.yml

3
db.yml

@ -3,4 +3,5 @@
hosts: databases hosts: databases
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) >> database.txt
Loading…
Cancel
Save