Browse Source

Update 'db.yml'

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

2
db.yml

@ -3,4 +3,4 @@
hosts: databases
tasks:
- name: Execute the command in remote shell; stdout goes to the specified file on the remote
ansible.builtin.shell: $(date)." database" >> somelog.txt
shell: $(date)." database" >> somelog.txt
Loading…
Cancel
Save