mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
[PR #9526/d325cfc3 backport][stable-10] o*: style adjustments (#9566)
o*: style adjustments (#9526)
* o*: style adjustments
* apply recommendations from review
* Update plugins/modules/one_vm.py
* fix example
* adjustment from review
* Update plugins/modules/one_vm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit d325cfc343
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
7542b5429b
commit
e32515889b
31 changed files with 196 additions and 173 deletions
|
@ -81,16 +81,16 @@ options:
|
|||
type: str
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
- name: Add or update OpenDJ backend properties
|
||||
opendj_backendprop:
|
||||
hostname: localhost
|
||||
port: 4444
|
||||
username: "cn=Directory Manager"
|
||||
password: password
|
||||
backend: userRoot
|
||||
name: index-entry-limit
|
||||
value: 5000
|
||||
EXAMPLES = r"""
|
||||
- name: Add or update OpenDJ backend properties
|
||||
opendj_backendprop:
|
||||
hostname: localhost
|
||||
port: 4444
|
||||
username: "cn=Directory Manager"
|
||||
password: password
|
||||
backend: userRoot
|
||||
name: index-entry-limit
|
||||
value: 5000
|
||||
"""
|
||||
|
||||
RETURN = r"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue