postgresql_server: Do not run the timescaledb setup on all the staging db servers.

We only want to run this on db-datanommer02, not that and all the other
staging postgresql servers. :)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-09-30 15:49:33 -07:00
parent 618bd95cf4
commit 79e99af9ce

View file

@ -211,4 +211,4 @@
- GBDR
- import_tasks: datanommer.yml
when: inventory_hostname.startswith('db-datanommer02') or env == "staging"
when: inventory_hostname.startswith('db-datanommer02')