mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
lmn*: style adjustments (#9528)
* lmn*: style adjustments * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
aac7199087
commit
838cdaab42
43 changed files with 440 additions and 378 deletions
|
@ -15,8 +15,8 @@ module: layman
|
|||
author: "Jakub Jirutka (@jirutka)"
|
||||
short_description: Manage Gentoo overlays
|
||||
description:
|
||||
- Uses Layman to manage an additional repositories for the Portage package manager on Gentoo Linux. Please note that Layman must be installed
|
||||
on a managed node prior using this module.
|
||||
- Uses Layman to manage an additional repositories for the Portage package manager on Gentoo Linux. Please note that Layman
|
||||
must be installed on a managed node prior using this module.
|
||||
requirements:
|
||||
- layman python module
|
||||
extends_documentation_fragment:
|
||||
|
@ -29,13 +29,14 @@ attributes:
|
|||
options:
|
||||
name:
|
||||
description:
|
||||
- The overlay id to install, synchronize, or uninstall. Use V(ALL) to sync all of the installed overlays (can be used only when O(state=updated)).
|
||||
- The overlay ID to install, synchronize, or uninstall. Use V(ALL) to sync all of the installed overlays (can be used
|
||||
only when O(state=updated)).
|
||||
required: true
|
||||
type: str
|
||||
list_url:
|
||||
description:
|
||||
- An URL of the alternative overlays list that defines the overlay to install. This list will be fetched and saved under C(${overlay_defs}/${name}.xml),
|
||||
where C(overlay_defs) is read from the Layman's configuration.
|
||||
- An URL of the alternative overlays list that defines the overlay to install. This list will be fetched and saved under
|
||||
C(${overlay_defs}/${name}.xml), where C(overlay_defs) is read from the Layman's configuration.
|
||||
aliases: [url]
|
||||
type: str
|
||||
state:
|
||||
|
@ -46,8 +47,7 @@ options:
|
|||
type: str
|
||||
validate_certs:
|
||||
description:
|
||||
- If V(false), SSL certificates will not be validated. This should only be set to V(false) when no other option exists. Prior to 1.9.3 the
|
||||
code defaulted to V(false).
|
||||
- If V(false), SSL certificates will not be validated. This should only be set to V(false) when no other option exists.
|
||||
type: bool
|
||||
default: true
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue