glusterfs: Add restart handler
This commit is contained in:
parent
5ab4713568
commit
8da3e45c56
1 changed files with 5 additions and 0 deletions
5
roles/glusterfs/handlers/main.yml
Normal file
5
roles/glusterfs/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart glusterd
|
||||
service:
|
||||
name: glusterd
|
||||
state: restarted
|
Loading…
Add table
Reference in a new issue