various fix

switch from cron to systemd
bypass hadoly anubis protection
This commit is contained in:
2026-02-15 10:00:59 +01:00
parent c111d737bb
commit 5b57905b21
5 changed files with 26 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
- name: remove old cronfile
ansible.builtin.file:
path: /etc/cron.d/backup
state: absent
- name: Deploy systemd service and timer unit files
ansible.builtin.template:
src: "{{ item }}"