mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Solved drive optimizer path bug
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
application_id:               svc-opt-ssd-hdd
 | 
			
		||||
storage_optimizer_directory:  '{{ path_administrator_scripts }}{{ application_id }}/'
 | 
			
		||||
storage_optimizer_script:     '{{ storage_optimizer_directory }}{{ application_id }}.py'
 | 
			
		||||
path_rapid_storage:           "{{ applications | get_app_conf(application_id, 'path_rapid_storage', False) }}"
 | 
			
		||||
path_mass_storage:            "{{ applications | get_app_conf(application_id, 'path_mass_storage', False) }}"
 | 
			
		||||
path_rapid_storage:           "{{ applications | get_app_conf(application_id, 'volumes.rapid_storage') }}"
 | 
			
		||||
path_mass_storage:            "{{ applications | get_app_conf(application_id, 'volumes.mass_storage') }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user