doc style adjustments: modules [efgh]* (#10398)
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run

* 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

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2025-07-14 03:14:40 +12:00 committed by GitHub
commit 717ef51137
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: