You've already forked ansible-role-unix-users
							
							
		
			
				
	
	
		
			20 lines
		
	
	
		
			306 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			306 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
 | 
						|
#
 | 
						|
# Documentation:
 | 
						|
# https://yamllint.readthedocs.io/en/stable/
 | 
						|
#
 | 
						|
 | 
						|
rules:
 | 
						|
  brackets:
 | 
						|
    forbid: false
 | 
						|
    min-spaces-inside: 0
 | 
						|
    max-spaces-inside: 2
 | 
						|
    min-spaces-inside-empty: 0
 | 
						|
    max-spaces-inside-empty: 0
 | 
						|
  indentation:
 | 
						|
    spaces: 2
 | 
						|
    indent-sequences: false
 | 
						|
  line-length:
 | 
						|
    max: 360
 |