summaryrefslogtreecommitdiff
path: root/clustering/consul_session.py
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-05-11 13:25:50 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-05-12 08:43:31 -0700
commite5022ba87b6c45488b7d4e140df7f098495dba67 (patch)
tree9788f7424969f14eb526e5d6960fa9e68dab9d31 /clustering/consul_session.py
parente1c6757eae05d550f9ab0d08bfec81a0a6a9f796 (diff)
downloadansible-modules-extras-e5022ba87b6c45488b7d4e140df7f098495dba67.tar.gz
Add python >= 2.6 to documented deps
Diffstat (limited to 'clustering/consul_session.py')
-rw-r--r--clustering/consul_session.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clustering/consul_session.py b/clustering/consul_session.py
index 8e651689..6f3a611a 100644
--- a/clustering/consul_session.py
+++ b/clustering/consul_session.py
@@ -26,6 +26,7 @@ description:
to implement distributed locks. In depth documentation for working with
sessions can be found here http://www.consul.io/docs/internals/sessions.html
requirements:
+ - "python >= 2.6"
- python-consul
- requests
version_added: "1.9"