Fix E203 Most files should not contain tabs
This commit is contained in:
		
							parent
							
								
									96226c2463
								
							
						
					
					
						commit
						c18e9252ca
					
				| 
						 | 
				
			
			@ -4,6 +4,7 @@
 | 
			
		|||
* Fix E405 Remote package tasks should have a retry.
 | 
			
		||||
* Use to_nice_json to manage packages list.
 | 
			
		||||
* Fix E203 Most files should not contain tabs.
 | 
			
		||||
* Fix E404 Doesn't need a relative path in role.
 | 
			
		||||
 | 
			
		||||
## v1.1.1
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -61,7 +61,7 @@
 | 
			
		|||
 | 
			
		||||
- name: Configure Resolvconf with domains
 | 
			
		||||
  template:
 | 
			
		||||
    src: '../templates/etc/resolvconf/resolv.conf.d/base.j2'
 | 
			
		||||
    src: 'etc/resolvconf/resolv.conf.d/base.j2'
 | 
			
		||||
    dest: '/etc/resolvconf/resolv.conf.d/base'
 | 
			
		||||
    owner: root
 | 
			
		||||
    group: root
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue