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: Ie397e5d28027341a3c3b67ea588dcce035121d19
This commit is contained in:
Dmitriy Rabotyagov 2022-06-14 19:48:38 +02:00 committed by Dmitriy Rabotyagov
parent d30b01f30f
commit d77e0583f2
3 changed files with 0 additions and 6 deletions

View File

@ -27,7 +27,3 @@
listen:
- "Restart uwsgi services"
- "venv changed"
- meta: noop
listen: Manage LB
when: false

View File

@ -40,7 +40,6 @@
retries: 5
delay: 2
notify:
- Manage LB
- Restart uwsgi services
- name: Install the python venv

View File

@ -26,7 +26,6 @@
config_overrides: "{{ item.value.uwsgi_overrides | default({}) | combine(uwsgi_ini_overrides, recursive=True) }}"
with_dict: "{{ uwsgi_services }}"
notify:
- Manage LB
- Restart uwsgi services
- name: Run the systemd service role