mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Merge pull request #1886 from jvonau/no_patch
don't supply patch_auto for debian-10
This commit is contained in:
		
						commit
						0ba7aca182
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -49,11 +49,11 @@
 | 
			
		|||
    src: network/rpi.j2
 | 
			
		||||
  when: is_rpi and iiab_lan_iface == "br0"
 | 
			
		||||
 | 
			
		||||
- name: Workaround auto issue - ifupdown compatibility mode (debian-9 or debian-10)
 | 
			
		||||
- name: Workaround auto issue - ifupdown compatibility mode (debian-9)
 | 
			
		||||
  template:
 | 
			
		||||
    dest: /etc/network/interfaces.d/patch_auto
 | 
			
		||||
    src: network/debian-auto.j2
 | 
			
		||||
  when: iiab_wan_iface != "none" and (is_debian_9 or is_debian_10)
 | 
			
		||||
  when: iiab_wan_iface != "none" and is_debian_9
 | 
			
		||||
 | 
			
		||||
- name: Clearing out /etc/network/interfaces for static addresses (debian-9)
 | 
			
		||||
  lineinfile:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue