db-koji02: actually deploy the right backup script
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6b3418b9e7
commit
7242a1a583
2 changed files with 5 additions and 5 deletions
|
@ -112,7 +112,7 @@
|
|||
- postgresql
|
||||
|
||||
- name: Copy over backup scriplet
|
||||
copy: src=backup-database dest=/usr/local/bin/backup-database mode=0755
|
||||
copy: src=backup-database.db-koji02 dest=/usr/local/bin/backup-database mode=0755
|
||||
when: inventory_hostname.startswith('db-koji02')
|
||||
tags:
|
||||
- postgresql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue