mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Update module documentation if modules have a dep on python2.6+
This commit is contained in:
committed by
Matt Clay
parent
6a5d073b83
commit
43687f1940
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user