postgresql / datanommer: adjust things to not (yet) apply to new rhel9 datanommer hosts

We want to wait until we have a timescaledb extension for rhel9 before
applying that to these hosts.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-05-09 16:30:23 -07:00
parent e9d7a82877
commit 997b22f9a4

View file

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