forked from ISTI-ansible-roles/ansible-roles
5 lines
95 B
YAML
5 lines
95 B
YAML
|
---
|
||
|
- name: Restart orientdb
|
||
|
service: name=orientdb state=restarted
|
||
|
when: orientdb_enabled
|