get restic path from environment
This commit is contained in:
		
							
								
								
									
										7
									
								
								roles/restic/templates/env.sh.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								roles/restic/templates/env.sh.j2
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# {{ ansible_managed }}
 | 
			
		||||
 | 
			
		||||
RESTIC_ETC_PATH="{{ restic_etc_path | default('/etc/restic') }}"
 | 
			
		||||
RESTIC_PATH="{{ restic_path | default('/usr/local/bin/restic') }}"
 | 
			
		||||
RESTIC_SELF_UPDATE={{ restic_self_update | ternary(1, 0) }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user