mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 04:12:48 +00:00
Typo value => values (#20628)
This commit is contained in:
committed by
John R Barker
parent
9283772e54
commit
db31d4af04
@@ -169,7 +169,7 @@ EXAMPLES = """
|
||||
ldap_attr:
|
||||
dn: uid=jdoe,ou=people,dc=example,dc=com
|
||||
name: shadowExpire
|
||||
value: ""
|
||||
values: ""
|
||||
state: exact
|
||||
server_uri: ldap://localhost/
|
||||
bind_dn: cn=admin,dc=example,dc=com
|
||||
@@ -187,7 +187,7 @@ EXAMPLES = """
|
||||
ldap_attr:
|
||||
dn: uid=jdoe,ou=people,dc=example,dc=com
|
||||
name: shadowExpire
|
||||
value: ""
|
||||
values: ""
|
||||
state: exact
|
||||
params: "{{ ldap_auth }}"
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user