i Hate this

This commit is contained in:
Jonathan DeMasi
2026-01-24 18:11:49 -07:00
parent 8d3a379440
commit 3162c48ed4

View File

@@ -42,7 +42,7 @@
loop: "{{ ldap_groups }}" loop: "{{ ldap_groups }}"
args: args:
server_uri: "{{ ldap_uri }}" server_uri: "{{ ldap_uri }}"
bind_dn: "{{ ldap_directory_bind_dn }}" bind_dn: "{{ ldap_admin_dn }}"
bind_pw: "{{ ldap_directory_bind_pw }}" bind_pw: "{{ ldap_admin_pw }}"
start_tls: yes start_tls: yes