Fix installation of glusterd server
This commit is contained in:
9
ansible-5/roles/glusterfs-server/handlers/main.yml
Normal file
9
ansible-5/roles/glusterfs-server/handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# handlers/main.yml
|
||||
# define handlers here
|
||||
|
||||
|
||||
- name: restart glusterd
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ glusterd.unit }}"
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user