You've already forked ansible-role-unix-users
							
							
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			283 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			283 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
#jinja2: lstrip_blocks: True
 | 
						|
#
 | 
						|
# {{ ansible_managed }}
 | 
						|
#
 | 
						|
 | 
						|
{% for config in unix_user.value.ssh.config %}
 | 
						|
{% for property, value in config.items() %}
 | 
						|
{% if property == "Host" %}
 | 
						|
{{ property }} {{ value }}
 | 
						|
{% else %}
 | 
						|
  {{ property }} {{ value }}
 | 
						|
{% endif %}
 | 
						|
{% endfor %}
 | 
						|
 | 
						|
{% endfor %}
 |