Also setup timescaledb on db-datanommer01 in staging

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2021-11-17 11:22:54 +01:00
parent f84e66b4a4
commit 78da9de518
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

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