10 lines
154 B
YAML
10 lines
154 B
YAML
---
|
|
# handlers/main.yml
|
|
# define handlers here
|
|
|
|
|
|
- name: restart glusterd
|
|
ansible.builtin.systemd:
|
|
name: "{{ glusterd.unit }}"
|
|
state: restarted
|