aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/neutron-controller/handlers/main.yml
blob: 844718ff6a8a867f32c712e88fcc82a81e2c8ad5 (plain)
1
2
3
4
5
---
- name: restart neutron control services
  service: name={{ item }}  state=restarted enabled=yes
  with_items: services | union(services_noarch)
  when: item != "neutron-server"