From e096ded6316559e73d0658c0422d4a511b065aa2 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 14 Jun 2022 19:53:04 +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. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/845994 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/845894 Change-Id: I1ea93fd9bdb456387fd2cd2c124e399486bda46e --- handlers/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index 31f5234..1408b4f 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -22,7 +22,3 @@ when: inventory_hostname in groups[item.value.group] listen: - "venv changed" - -- meta: noop - listen: Manage LB - when: false