mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Update module documentation if modules have a dep on python2.6+
This commit is contained in:
parent
6a5d073b83
commit
43687f1940
6 changed files with 17 additions and 5 deletions
|
@ -149,7 +149,10 @@ options:
|
|||
description:
|
||||
- list of 'key=value' options to use when configuring a container.
|
||||
required: false
|
||||
requirements: ['lxc >= 1.0', 'python2-lxc >= 0.1']
|
||||
requirements:
|
||||
- 'lxc >= 1.0'
|
||||
- 'python >= 2.6'
|
||||
- 'python2-lxc >= 0.1'
|
||||
notes:
|
||||
- Containers must have a unique name. If you attempt to create a container
|
||||
with a name that already exists in the users namespace the module will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue