Browse Source

Update 'db.yml'

main
Mohammad Akbari 4 years ago
parent
commit
d46f68d5a1
  1. 2
      db.yml

2
db.yml

@ -3,4 +3,4 @@
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)." database" >> somelog.txt
shell: $(date) >> somelog.txt
Loading…
Cancel
Save