case
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user