mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-21 09:51:27 -07:00
(cherry picked from commit 7533f9ac26
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
41993d44e2
commit
eb1f0c28a9
20 changed files with 72 additions and 72 deletions
|
@ -62,9 +62,9 @@ options:
|
|||
ordered:
|
||||
required: false
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
description:
|
||||
- If C(yes), prepend list values with X-ORDERED index numbers in all
|
||||
- If C(true), prepend list values with X-ORDERED index numbers in all
|
||||
attributes specified in the current task. This is useful mostly with
|
||||
I(olcAccess) attribute to easily manage LDAP Access Control Lists.
|
||||
extends_documentation_fragment:
|
||||
|
@ -115,7 +115,7 @@ EXAMPLES = r'''
|
|||
to dn.base="dc=example,dc=com"
|
||||
by dn="cn=admin,dc=example,dc=com" write
|
||||
by * read
|
||||
ordered: yes
|
||||
ordered: true
|
||||
state: exact
|
||||
|
||||
- name: Declare some indexes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue