[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:
patchback[bot] 2025-07-13 17:36:27 +02:00 committed by GitHub
commit 1ba0a31328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 147 additions and 168 deletions

View file

@ -13,9 +13,9 @@ DOCUMENTATION = r"""
module: gitlab_project
short_description: Creates/updates/deletes GitLab Projects
description:
- When the project does not exist in GitLab, it will be created.
- When the project does exist and O(state=absent), the project will be deleted.
- When changes are made to the project, the project will be updated.
- When the project does not exist in GitLab, it is created.
- When the project does exist and O(state=absent), the project is deleted.
- When changes are made to the project, the project is updated.
author:
- Werner Dijkerman (@dj-wasabi)
- Guillaume Martinez (@Lunik)
@ -47,7 +47,7 @@ options:
build_timeout:
description:
- Maximum number of seconds a CI job can run.
- If not specified on creation, GitLab will impose a default value.
- If not specified on creation, GitLab imposes a default value.
type: int
version_added: "10.6.0"
builds_access_level:
@ -148,7 +148,7 @@ options:
type: str
import_url:
description:
- Git repository which will be imported into gitlab.
- Git repository which is imported into gitlab.
- GitLab server needs read access to this git repository.
required: false
type: str
@ -162,7 +162,7 @@ options:
version_added: "6.4.0"
initialize_with_readme:
description:
- Will initialize the project with a default C(README.md).
- Initializes the project with a default C(README.md).
- Is only used when the project is created, and ignored otherwise.
type: bool
default: false
@ -248,8 +248,8 @@ options:
version_added: "9.3.0"
path:
description:
- The path of the project you want to create, this will be server_url/<group>/path.
- If not supplied, name will be used.
- The path of the project you want to create, this is server_url/O(group)/O(path).
- If not supplied, O(name) is used.
type: str
releases_access_level:
description: