summaryrefslogtreecommitdiff
path: root/cloud/lxc
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-06-09 18:34:17 -0400
committerBrian Coca <bcoca@ansible.com>2015-06-09 18:34:17 -0400
commit78035779f610e32157ee3ab1bb3bc86f2f233384 (patch)
treef1cea30774a1a0e2a13eb2869d66215c3c0b2d29 /cloud/lxc
parent6c6ce5e434f2a57035b3c68377f33b37c4eb5eb7 (diff)
parent858f9e3601f58dc16ede3056dc4aeff4f8da7cb0 (diff)
downloadansible-modules-extras-78035779f610e32157ee3ab1bb3bc86f2f233384.tar.gz
Merge pull request #567 from cloudnull/lxc-package-doc-update
Updates the doc information for the python2-lxc dep
Diffstat (limited to 'cloud/lxc')
-rw-r--r--cloud/lxc/lxc_container.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/cloud/lxc/lxc_container.py b/cloud/lxc/lxc_container.py
index b2dba211..18555e2e 100644
--- a/cloud/lxc/lxc_container.py
+++ b/cloud/lxc/lxc_container.py
@@ -173,9 +173,9 @@ options:
- list of 'key=value' options to use when configuring a container.
required: false
requirements:
- - 'lxc >= 1.0'
- - 'python >= 2.6'
- - 'python2-lxc >= 0.1'
+ - 'lxc >= 1.0 # OS package'
+ - 'python >= 2.6 # OS Package'
+ - 'lxc-python2 >= 0.1 # PIP Package from https://github.com/lxc/python2-lxc'
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
@@ -195,7 +195,8 @@ notes:
creating the archive.
- If your distro does not have a package for "python2-lxc", which is a
requirement for this module, it can be installed from source at
- "https://github.com/lxc/python2-lxc"
+ "https://github.com/lxc/python2-lxc" or installed via pip using the package
+ name lxc-python2.
"""
EXAMPLES = """