this feels wrong

This commit is contained in:
2026-01-25 00:23:31 -07:00
parent 0c1b1329fc
commit 7928217382

View File

@@ -23,6 +23,7 @@
gidNumber: "{{ item.gidNumber }}"
homeDirectory: "/home/{{ item.uid }}"
loginShell: /bin/bash
sshPublicKey: "{{ item.ssh_keys }}"
loop: "{{ ldap_users }}"
args:
server_uri: "{{ ldap_uri }}"