From e9227c4d8fc9a23d734a3aad4fda583209316b25 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Fri, 8 Apr 2016 11:36:14 -0500 Subject: [PATCH] overwrite option was added for 2.1 --- cloud/rackspace/rax_dns_record.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/rackspace/rax_dns_record.py b/cloud/rackspace/rax_dns_record.py index 478c09a7754..eb989e73cad 100644 --- a/cloud/rackspace/rax_dns_record.py +++ b/cloud/rackspace/rax_dns_record.py @@ -50,6 +50,7 @@ options: record with matching name. If there are already multiple records with matching name and overwrite=true, this module will fail. default: true + version_added: 2.1 priority: description: - Required for MX and SRV records, but forbidden for other record types.