Solved cleanup file naming bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-22 12:48:22 +02:00
parent 16c1a5d834
commit 22ff2dc1f3
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -13,7 +13,7 @@
- name: Set fact for backup_docker_to_local_cleanup_script
set_fact:
backup_docker_to_local_cleanup_script: "{{ pkgmgr_output.stdout.rstrip('/') ~ '/sys-cln-all.sh' }}"
backup_docker_to_local_cleanup_script: "{{ pkgmgr_output.stdout.rstrip('/') ~ '/cleanup-all.sh' }}"
changed_when: false
when: run_once_cln_failed_docker_backups is not defined