mirror of
				https://github.com/borgbase/ansible-role-borgbackup.git
				synced 2025-11-04 01:19:32 +01:00 
			
		
		
		
	Quote exclude patterns correctly. By @stroobl (#56)
This commit is contained in:
		
							parent
							
								
									a241c9378a
								
							
						
					
					
						commit
						a10b655e89
					
				@ -27,7 +27,7 @@ location:
 | 
			
		||||
    # are expanded. See the output of "borg help patterns" for more details.
 | 
			
		||||
    exclude_patterns:
 | 
			
		||||
{% for dir in borg_exclude_patterns %}
 | 
			
		||||
        - {{ dir }}
 | 
			
		||||
        - '{{ dir }}'
 | 
			
		||||
{% endfor %}
 | 
			
		||||
 | 
			
		||||
    # Read exclude patterns from one or more separate named files, one pattern per
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user