db-koji02: actually deploy the right backup script

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-04-08 03:26:46 +00:00 committed by Pierre-Yves Chibon
parent 6b3418b9e7
commit 7242a1a583
2 changed files with 5 additions and 5 deletions

View file

@ -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