diff options
Diffstat (limited to 'compass/deploy/ansible/roles/cinder-volume/handlers')
-rw-r--r-- | compass/deploy/ansible/roles/cinder-volume/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compass/deploy/ansible/roles/cinder-volume/handlers/main.yml b/compass/deploy/ansible/roles/cinder-volume/handlers/main.yml new file mode 100644 index 000000000..ad917ce5c --- /dev/null +++ b/compass/deploy/ansible/roles/cinder-volume/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: restart cinder-volume + service: name=cinder-volume state=restarted enabled=yes |