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