mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
Add a handler to restart glusterd.
This commit is contained in:
3
roles/gluster/server/handlers/main.yml
Normal file
3
roles/gluster/server/handlers/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: restart glusterd
|
||||
service: name=glusterd state=restarted
|
||||
Reference in New Issue
Block a user