Remove unused handlers
Change-Id: Ia099a30f19329d78a77edd32b9c58a4313a4112a
This commit is contained in:
parent
e7b394dd58
commit
8fbf733103
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user