From 240cd95c59ddc5d704b4682e4d34531d7e8f82f9 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 14 Jun 2022 19:52:09 +0200 Subject: [PATCH] Remove mention of haproxy-endpoints role Role was never migrated to usage of haproxy-endpoints role and included task was used instead the whole time. With that to reduce complexity and to have unified approach, all mention of the role and handler are removed from the code. Change-Id: I4614e0249d65fda1762c6d31d93b3b77babb290e --- handlers/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index b91ec2c..3a5100b 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -43,7 +43,3 @@ listen: - "Restart placement services" - "venv changed" - -- meta: noop - listen: Manage LB - when: false \ No newline at end of file