From c80c5c980d84631ca20ed34d006b2a575bb5bf71 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 11 May 2015 10:10:58 -0700 Subject: [PATCH] Add python2.6 dep to aws and cloudstack doc fragments --- lib/ansible/utils/module_docs_fragments/aws.py | 1 + lib/ansible/utils/module_docs_fragments/cloudstack.py | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/ansible/utils/module_docs_fragments/aws.py b/lib/ansible/utils/module_docs_fragments/aws.py index 981eb8e105..421d8fd986 100644 --- a/lib/ansible/utils/module_docs_fragments/aws.py +++ b/lib/ansible/utils/module_docs_fragments/aws.py @@ -62,6 +62,7 @@ options: aliases: [] version_added: "1.6" requirements: + - "python >= 2.6" - boto notes: - If parameters are not set within the module, the following diff --git a/lib/ansible/utils/module_docs_fragments/cloudstack.py b/lib/ansible/utils/module_docs_fragments/cloudstack.py index 2e89178d00..5a7411b199 100644 --- a/lib/ansible/utils/module_docs_fragments/cloudstack.py +++ b/lib/ansible/utils/module_docs_fragments/cloudstack.py @@ -47,6 +47,7 @@ options: default: 'get' aliases: [] requirements: + - "python >= 2.6" - cs notes: - Ansible uses the C(cs) library's configuration method if credentials are not