mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Refactored native-backups-cleanup and native-disc-space-check. \n Removed hardcoded values and used parameters instead.
This commit is contained in:
		@@ -4,9 +4,9 @@
 | 
			
		||||
    state: directory
 | 
			
		||||
    mode: 0755
 | 
			
		||||
 | 
			
		||||
- name: create disc-space-check.sh
 | 
			
		||||
- copy: create disc-space-check.sh
 | 
			
		||||
  template:
 | 
			
		||||
    src: disc-space-check.sh.j2
 | 
			
		||||
    src: disc-space-check.sh
 | 
			
		||||
    dest: "{{disc_space_check_folder}}disc-space-check.sh"
 | 
			
		||||
 | 
			
		||||
- name: create disc-space-check.service
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user