You've already forked ansible-role-unix-users
							
							fix(netrc): typo
This commit is contained in:
		@@ -26,8 +26,8 @@ unix_users: {}
 | 
			
		||||
#     home: /home/alice
 | 
			
		||||
#     btrfs: false
 | 
			
		||||
#     netrc:
 | 
			
		||||
#     - machine_name: hostame.local
 | 
			
		||||
#       login_name: username
 | 
			
		||||
#     - machine: hostame.local
 | 
			
		||||
#       login: username
 | 
			
		||||
#       password: password
 | 
			
		||||
#     shell: /bin/bash
 | 
			
		||||
#     shell_rc_files:
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,6 @@
 | 
			
		||||
#
 | 
			
		||||
# Ansible Managed
 | 
			
		||||
#
 | 
			
		||||
{% for netrc in nix_user.value.netrc %}
 | 
			
		||||
{% for netrc in unix_user.value.netrc %}
 | 
			
		||||
maschine {{ netrc.maschine }} login {{ netrc.login }} password {{ netrc.password }}
 | 
			
		||||
{% endfor %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user