mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add python >= 2.6 to documented deps
This commit is contained in:
parent
ef277ddf0b
commit
a8c12ec097
11 changed files with 20 additions and 7 deletions
|
@ -39,8 +39,8 @@ description:
|
|||
- available.
|
||||
author: Chris Schmidt <chris.schmidt () contrastsecurity.com>
|
||||
requirements:
|
||||
- python libxml
|
||||
- python urllib2
|
||||
- "python >= 2.6"
|
||||
- lxml
|
||||
options:
|
||||
group_id:
|
||||
description: The Maven groupId coordinate
|
||||
|
|
|
@ -31,6 +31,9 @@ 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.
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- layman python module
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue