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