mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user