mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 17:21:09 +02:00
Solved cleanup file naming bug
This commit is contained in:
parent
16c1a5d834
commit
22ff2dc1f3
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
- name: Set fact for backup_docker_to_local_cleanup_script
|
- name: Set fact for backup_docker_to_local_cleanup_script
|
||||||
set_fact:
|
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
|
changed_when: false
|
||||||
when: run_once_cln_failed_docker_backups is not defined
|
when: run_once_cln_failed_docker_backups is not defined
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user