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:
parent
e9d7a82877
commit
997b22f9a4
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue