From b748495ee47db8845bf09cc28432cae51a135cdf Mon Sep 17 00:00:00 2001
From: vky25 <93203895+vky25@users.noreply.github.com>
Date: Thu, 21 Dec 2023 11:56:19 +0530
Subject: [PATCH] Update hosts

---
 ansible/inventory/prod/Core/hosts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/inventory/prod/Core/hosts b/ansible/inventory/prod/Core/hosts
index 7b7b919..8d6ba20 100644
--- a/ansible/inventory/prod/Core/hosts
+++ b/ansible/inventory/prod/Core/hosts
@@ -391,10 +391,10 @@ monitor_stateful=true
 #10.20.1.6
 
 ###############################################################################################
-[lp-redis]
+[lp-redis-ps]
 10.1.1.22 ##ansible_ssh_port=2200
 
-[redis-ps:children]
+[lp-redis-ps:children]
 lp-redis-ps
 
 [lp-neo4j-ps]
-- 
GitLab