fix(netrc): typo
This commit is contained in:
parent
9a3dbcfa86
commit
788a1f6610
@ -26,8 +26,8 @@ unix_users: {}
|
|||||||
# home: /home/alice
|
# home: /home/alice
|
||||||
# btrfs: false
|
# btrfs: false
|
||||||
# netrc:
|
# netrc:
|
||||||
# - machine_name: hostame.local
|
# - machine: hostame.local
|
||||||
# login_name: username
|
# login: username
|
||||||
# password: password
|
# password: password
|
||||||
# shell: /bin/bash
|
# shell: /bin/bash
|
||||||
# shell_rc_files:
|
# shell_rc_files:
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
#
|
#
|
||||||
# Ansible Managed
|
# 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 }}
|
maschine {{ netrc.maschine }} login {{ netrc.login }} password {{ netrc.password }}
|
||||||
{% endfor %}
|
{% endfor %}
|
Loading…
x
Reference in New Issue
Block a user