postgresql_server: make sure db-koji01 gets the right backup script.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
384393c83d
commit
f2a1a3f203
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
||||||
|
|
||||||
- name: Copy over backup scriplet
|
- name: Copy over backup scriplet
|
||||||
copy: src=backup-database dest=/usr/local/bin/backup-database mode=0755
|
copy: src=backup-database dest=/usr/local/bin/backup-database mode=0755
|
||||||
|
when: not inventory_hostname.startswith('db-koji01.iad2')
|
||||||
tags:
|
tags:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue