mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added restart mailu handlers
This commit is contained in:
@@ -15,13 +15,14 @@
|
||||
|
||||
- name: add docker-compose.yml
|
||||
template: src=docker-compose.yml.j2 dest=/mailu/docker-compose.yml
|
||||
notify: restart mailu
|
||||
|
||||
- name: add mailu.env
|
||||
template: src=mailu.env.j2 dest=/mailu/mailu.env
|
||||
notify: restart mailu
|
||||
|
||||
- name: "install mailu service"
|
||||
copy:
|
||||
src: "mailu.service"
|
||||
dest: "/etc/systemd/system/mailu.service"
|
||||
notify:
|
||||
- "Restart Mailu"
|
||||
notify: restart mailu
|
||||
|
Reference in New Issue
Block a user