Add a 'requirements:' field to cloudflare_dns doc (#2631)

cloudflare_dns.py makes use of the python
2.6 features (the string .format() method).
pull/18777/head
Adrian Likins 8 years ago committed by Matt Clay
parent 24b4b1b762
commit 9fb53e12ce

@ -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…
Cancel
Save