Add script to check for 0 byte files
This commit is contained in:
parent
be15c36d4c
commit
a95b26e598
2 changed files with 48 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue