Add script to check for 0 byte files

This commit is contained in:
phil 2024-05-05 17:46:16 +02:00
parent be15c36d4c
commit a95b26e598
2 changed files with 48 additions and 0 deletions

View file

@ -11,3 +11,9 @@
src: nextcloud-updater.j2
dest: "/usr/local/bin/nextcloud-updater"
mode: "0755"
- name: "Common | Kopiere 0-byte-check-script"
ansible.builtin.template:
src: local_nextcloud_zero_bytes.j2
dest: /etc/cron.hourly/local_nextcloud_zero_bytes
mode: "0755"