Add linux support for the zrepl role.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
- name: Enable services
|
||||
systemd:
|
||||
enabled: yes
|
||||
name: "{{ item }}"
|
||||
daemon_reload: yes
|
||||
loop:
|
||||
- zrepl.service
|
||||
|
||||
Reference in New Issue
Block a user