fix(netrc): typo
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 37s
Lint Markdown files / markdown-lint (push) Successful in 10s

This commit is contained in:
2025-06-27 20:48:04 +02:00
parent 9a3dbcfa86
commit 788a1f6610
2 changed files with 3 additions and 3 deletions

View File

@ -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 %}