mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved cleanup file naming bug
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user