diff --git a/ansible/roles/openvswitch/handlers/main.yml b/ansible/roles/openvswitch/handlers/main.yml
index f0c877c86d..333941e712 100644
--- a/ansible/roles/openvswitch/handlers/main.yml
+++ b/ansible/roles/openvswitch/handlers/main.yml
@@ -18,7 +18,6 @@
     - config_json | changed
       or openvswitch_db_container | changed
       or openvswitch_start_ovsdb_server | changed
-
   notify:
     - Waiting for openvswitch_db service to be ready
     - Ensuring OVS bridge is properly setup
@@ -30,7 +29,6 @@
   changed_when: False
   retries: 30
   delay: 2
-  notify:
 
 - name: Ensuring OVS bridge is properly setup
   command: docker exec openvswitch_db /usr/local/bin/kolla_ensure_openvswitch_configured {{ item.0 }} {{ item.1 }}