postgresql_server: make sure db-koji01 gets the right backup script.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-18 18:54:12 -07:00
parent 384393c83d
commit f2a1a3f203

View file

@ -118,6 +118,7 @@
- name: Copy over backup scriplet
copy: src=backup-database dest=/usr/local/bin/backup-database mode=0755
when: not inventory_hostname.startswith('db-koji01.iad2')
tags:
- postgresql