Add linux support for the zrepl role.

This commit is contained in:
Tom Alexander
2022-10-11 19:52:53 -04:00
parent 87c6ad5c5a
commit b1532c38cc
4 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
- name: Enable services
systemd:
enabled: yes
name: "{{ item }}"
daemon_reload: yes
loop:
- zrepl.service