Add python2.6 dep to aws and cloudstack doc fragments

This commit is contained in:
Toshio Kuratomi 2015-05-11 10:10:58 -07:00
commit c80c5c980d
2 changed files with 2 additions and 0 deletions

View file

@ -62,6 +62,7 @@ options:
aliases: [] aliases: []
version_added: "1.6" version_added: "1.6"
requirements: requirements:
- "python >= 2.6"
- boto - boto
notes: notes:
- If parameters are not set within the module, the following - If parameters are not set within the module, the following

View file

@ -47,6 +47,7 @@ options:
default: 'get' default: 'get'
aliases: [] aliases: []
requirements: requirements:
- "python >= 2.6"
- cs - cs
notes: notes:
- Ansible uses the C(cs) library's configuration method if credentials are not - Ansible uses the C(cs) library's configuration method if credentials are not