ansible/roles/glusterfs/handlers/main.yml

5 lines
80 B
YAML

---
- name: restart glusterd
service:
name: glusterd
state: restarted