---
- name: restart neutron control services
  service: name={{ item }}  state=restarted enabled=yes
  with_items: services | union(services_noarch)
  when: item != "neutron-server"