backup-database needs to be installed on all postgres boxes

This commit is contained in:
Stephen Smoogen 2020-06-09 15:04:43 -04:00
parent b0c389b2dc
commit 7ed926aafc

View file

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