Can install happyDomain as a deamon without docker

This commit is contained in:
nemunaire 2023-04-12 11:16:33 +02:00
commit a58a122836
7 changed files with 176 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
- name: restart happyDomain
ansible.builtin.service:
name: happydomain
state: restarted
- name: reload systemd
ansible.builtin.systemd:
daemon_reload: true