set up cronjob and timer

This commit is contained in:
2024-12-30 13:19:45 +01:00
parent cf62dcc707
commit 07a9f4bf4d
6 changed files with 51 additions and 5 deletions

View File

@@ -7,6 +7,10 @@
state: present
recreate: auto
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true
# - name: Restart chill {{ item.chill_environment }}
# community.docker.docker_compose_v2:
# project_src: "{{ install_dir }}/{{ item['chill_environment'] }}"