Fix installation of glusterd server

This commit is contained in:
2022-08-29 21:13:04 -04:00
parent aedf86ef0a
commit 7ff5dc892f
13 changed files with 77 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
---
# handlers/main.yml
# define handlers here
- name: restart glusterd
ansible.builtin.systemd:
name: "{{ glusterd.unit }}"
state: restarted