mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
[PR #10398/717ef511 backport][stable-11] doc style adjustments: modules [efgh]* (#10401)
doc style adjustments: modules [efgh]* (#10398)
* doc style adjustments: modules e*
* doc style adjustments: modules f*
* doc style adjustments: modules g*
* doc style adjustments: modules h*
* Update plugins/modules/easy_install.py
---------
(cherry picked from commit 717ef51137
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
47f3922c51
commit
1ba0a31328
46 changed files with 147 additions and 168 deletions
|
@ -45,8 +45,8 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- When V(present) the hook will be updated to match the input or created if it does not exist.
|
||||
- When V(absent) hook will be deleted if it exists.
|
||||
- When V(present) the hook is updated to match the input or created if it does not exist.
|
||||
- When V(absent) hook is deleted if it exists.
|
||||
default: present
|
||||
type: str
|
||||
choices: ["present", "absent"]
|
||||
|
@ -103,15 +103,15 @@ options:
|
|||
version_added: '8.4.0'
|
||||
hook_validate_certs:
|
||||
description:
|
||||
- Whether GitLab will do SSL verification when triggering the hook.
|
||||
- Whether GitLab performs SSL verification when triggering the hook.
|
||||
type: bool
|
||||
default: false
|
||||
aliases: [enable_ssl_verification]
|
||||
token:
|
||||
description:
|
||||
- Secret token to validate hook messages at the receiver.
|
||||
- If this is present it will always result in a change as it cannot be retrieved from GitLab.
|
||||
- Will show up in the X-GitLab-Token HTTP request header.
|
||||
- If this is present it always results in a change as it cannot be retrieved from GitLab.
|
||||
- It shows up in the C(X-GitLab-Token) HTTP request header.
|
||||
required: false
|
||||
type: str
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue