mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
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>
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user