aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/odl_cluster/handlers/main.yml
blob: 017700b7bd65bc056dfcefbeb9ab9effb7b2a940 (plain)
1
2
3
4
---
- name: restart odl service
  #service: name=opendaylight state=restarted
  command: su -s /bin/sh -c "{{ odl_home }}/bin/stop;{{ odl_home }}/bin/start;"