Remove unused handlers

Change-Id: Ia099a30f19329d78a77edd32b9c58a4313a4112a
This commit is contained in:
Dmitriy Rabotyagov 2021-03-22 18:19:39 +02:00
parent e7b394dd58
commit 8fbf733103
1 changed files with 0 additions and 12 deletions

View File

@ -28,15 +28,3 @@
state: absent
listen:
- Restart octavia services
- name: Start octavia services
service:
name: "{{ item.service_name }}"
state: "started"
with_items: "{{ filtered_octavia_services }}"
- name: Stop octavia services
service:
name: "{{ item.service_name }}"
state: "stopped"
with_items: "{{ filtered_octavia_services }}"