This commit is contained in:
Jonathan DeMasi
2026-01-24 17:38:25 -07:00
parent a1e6bda361
commit 12d379197e

View File

@@ -1,6 +1,6 @@
- name: Ensure LDAP groups exist - name: Ensure LDAP groups exist
community.general.ldap_entry: community.general.ldap_entry:
dn: "cn={{ item.name }},ou=Groups,{{ ldap_basedn }}" dn: "cn={{ item.name }},ou=groups,{{ ldap_basedn }}"
state: present state: present
objectClass: objectClass:
- posixGroup - posixGroup