summaryrefslogtreecommitdiff
path: root/cloud/lxc
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-05-11 10:09:56 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-05-11 10:09:56 -0700
commita589a66710171bf9166b1b35699bb2baa286333e (patch)
treea47b4514a1f473577a0c02a536dce0af649ac5f1 /cloud/lxc
parent6bf4558df8c61ae457dc7e5be58855d2931b607f (diff)
downloadansible-modules-extras-a589a66710171bf9166b1b35699bb2baa286333e.tar.gz
Update module documentation if modules have a dep on python2.6+
Diffstat (limited to 'cloud/lxc')
-rw-r--r--cloud/lxc/lxc_container.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/cloud/lxc/lxc_container.py b/cloud/lxc/lxc_container.py
index 5f0f6bb2..7e718608 100644
--- a/cloud/lxc/lxc_container.py
+++ b/cloud/lxc/lxc_container.py
@@ -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