fix: various check size script tweaks

This commit is contained in:
2023-01-07 13:52:46 +01:00
parent e82a11c526
commit 6fa577e221
2 changed files with 20 additions and 5 deletions

View File

@@ -13,6 +13,12 @@
state: directory
mode: 711
- name: Ensure backup info dir exists and accessible
file:
name: /opt/backup-info/
state: directory
mode: 700
- name: Copy Backup Helper script
copy:
src: check_dir_size_for_backup.py