mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-06 09:11:29 -07:00
[PR #6698/ccdcf70d backport][stable-7] Use semantic markup (modules t-z) (#6722)
Use semantic markup (modules t-z) (#6698)
* Use semantic markup.
* Fix escaping.
(cherry picked from commit ccdcf70d69
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7d7e099333
commit
91110f4933
29 changed files with 186 additions and 189 deletions
|
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
|||
module: urpmi
|
||||
short_description: Urpmi manager
|
||||
description:
|
||||
- Manages packages with I(urpmi) (such as for Mageia or Mandriva)
|
||||
- Manages packages with C(urpmi) (such as for Mageia or Mandriva)
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
@ -45,19 +45,19 @@ options:
|
|||
default: false
|
||||
no_recommends:
|
||||
description:
|
||||
- Corresponds to the C(--no-recommends) option for I(urpmi).
|
||||
- Corresponds to the C(--no-recommends) option for C(urpmi).
|
||||
type: bool
|
||||
default: true
|
||||
force:
|
||||
description:
|
||||
- Assume "yes" is the answer to any question urpmi has to ask.
|
||||
Corresponds to the C(--force) option for I(urpmi).
|
||||
Corresponds to the C(--force) option for C(urpmi).
|
||||
type: bool
|
||||
default: true
|
||||
root:
|
||||
description:
|
||||
- Specifies an alternative install root, relative to which all packages will be installed.
|
||||
Corresponds to the C(--root) option for I(urpmi).
|
||||
Corresponds to the C(--root) option for C(urpmi).
|
||||
aliases: [ installroot ]
|
||||
type: str
|
||||
author:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue