Add a 'requirements:' field to cloudflare_dns doc (#2631)
cloudflare_dns.py makes use of the python 2.6 features (the string .format() method).
This commit is contained in:
parent
d05c96f92a
commit
82771ed755
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: cloudflare_dns
|
||||
author: "Michael Gruener (@mgruener)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
version_added: "2.1"
|
||||
short_description: manage Cloudflare DNS records
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue