various fix
switch from cron to systemd bypass hadoly anubis protection
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user