summaryrefslogtreecommitdiff
path: root/clustering/consul.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.py
parente1c6757eae05d550f9ab0d08bfec81a0a6a9f796 (diff)
downloadansible-modules-extras-e5022ba87b6c45488b7d4e140df7f098495dba67.tar.gz
Add python >= 2.6 to documented deps
Diffstat (limited to 'clustering/consul.py')
-rw-r--r--clustering/consul.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clustering/consul.py b/clustering/consul.py
index 5db79e20..27761094 100644
--- a/clustering/consul.py
+++ b/clustering/consul.py
@@ -38,6 +38,7 @@ description:
changed occurred. An api method is planned to supply this metadata so at that
stage change management will be added.
requirements:
+ - "python >= 2.6"
- python-consul
- requests
version_added: "1.9"