mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			2 lines
		
	
	
		
			128 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			128 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| user_group:         "{{ user_name }}"
 | |
| user_home:          "{{ (user_name == 'root') | ternary('/root', '/home/' ~ user_name) }}" |