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

@ -1,5 +1,9 @@
---
- include_tasks: download.yml
when: not use_container
- include_tasks: docker.yml
when: use_container
- name: Ensure cleaning job runs every day.
ansible.builtin.cron: