From 997b22f9a475bfd50900637d25222a38fcf6a84b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 9 May 2024 16:30:23 -0700 Subject: [PATCH] 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 --- roles/postgresql_server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/postgresql_server/tasks/main.yml b/roles/postgresql_server/tasks/main.yml index 4c8548ff94..6857a3d953 100644 --- a/roles/postgresql_server/tasks/main.yml +++ b/roles/postgresql_server/tasks/main.yml @@ -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'))