mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Typo value => values (#20628)
This commit is contained in:
parent
9283772e54
commit
db31d4af04
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ EXAMPLES = """
|
||||||
ldap_attr:
|
ldap_attr:
|
||||||
dn: uid=jdoe,ou=people,dc=example,dc=com
|
dn: uid=jdoe,ou=people,dc=example,dc=com
|
||||||
name: shadowExpire
|
name: shadowExpire
|
||||||
value: ""
|
values: ""
|
||||||
state: exact
|
state: exact
|
||||||
server_uri: ldap://localhost/
|
server_uri: ldap://localhost/
|
||||||
bind_dn: cn=admin,dc=example,dc=com
|
bind_dn: cn=admin,dc=example,dc=com
|
||||||
|
@ -187,7 +187,7 @@ EXAMPLES = """
|
||||||
ldap_attr:
|
ldap_attr:
|
||||||
dn: uid=jdoe,ou=people,dc=example,dc=com
|
dn: uid=jdoe,ou=people,dc=example,dc=com
|
||||||
name: shadowExpire
|
name: shadowExpire
|
||||||
value: ""
|
values: ""
|
||||||
state: exact
|
state: exact
|
||||||
params: "{{ ldap_auth }}"
|
params: "{{ ldap_auth }}"
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue