make backups on all systems

This commit is contained in:
Stephen Smoogen 2020-06-09 15:01:30 -04:00
parent e76b85ec2d
commit b0c389b2dc

View file

@ -113,7 +113,6 @@
- name: Ensure postgres has a place to backup to
file: dest=/backups state=directory owner=postgres
when: inventory_hostname.startswith('db-koji01.iad2') or inventory_hostname.startswith('db01.iad2')
tags:
- postgresql