mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #10443/6d675469 backport][stable-11] doc style adjustments: modules [no]* (#10454)
doc style adjustments: modules [no]* (#10443)
* doc style adjustments: modules n*
* doc style adjustments: modules o*
* Apply suggestions from code review
* Apply suggestions from code review
---------
(cherry picked from commit 6d67546902)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -10,10 +10,10 @@ __metaclass__ = type
|
||||
|
||||
DOCUMENTATION = r"""
|
||||
module: opendj_backendprop
|
||||
short_description: Will update the backend configuration of OpenDJ using the dsconfig set-backend-prop command
|
||||
short_description: Update the backend configuration of OpenDJ using the dsconfig set-backend-prop command
|
||||
description:
|
||||
- This module will update settings for OpenDJ with the command set-backend-prop.
|
||||
- It will check first using de get-backend-prop if configuration needs to be applied.
|
||||
- This module updates settings for OpenDJ with the command C(set-backend-prop).
|
||||
- It checks first using C(get-backend-prop) if configuration needs to be applied.
|
||||
author:
|
||||
- Werner Dijkerman (@dj-wasabi)
|
||||
extends_documentation_fragment:
|
||||
|
||||
Reference in New Issue
Block a user