mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Update module documentation if modules have a dep on python2.6+
This commit is contained in:
parent
6a5d073b83
commit
43687f1940
6 changed files with 17 additions and 5 deletions
|
@ -78,7 +78,9 @@ options:
|
|||
default: null
|
||||
aliases: []
|
||||
|
||||
requirements: [ "libcloud" ]
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "apache-libcloud"
|
||||
author: Peter Tan <ptan@google.com>
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue