From a5e4969dc48e9a28f108250d9597c2efdd01809d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 12 Jan 2016 09:33:58 -0500 Subject: [PATCH] updated version_added --- lib/ansible/modules/cloud/amazon/route53.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/route53.py b/lib/ansible/modules/cloud/amazon/route53.py index e76f0f2b1b6..870361d0bdb 100644 --- a/lib/ansible/modules/cloud/amazon/route53.py +++ b/lib/ansible/modules/cloud/amazon/route53.py @@ -155,13 +155,13 @@ options: - Wait until the changes have been replicated to all Amazon Route 53 DNS servers. required: false default: no - version_added: "2.0" + version_added: "2.1" wait_timeout: description: - How long to wait for the changes to be replicated, in seconds. required: false default: 300 - version_added: "2.0" + version_added: "2.1" author: "Bruce Pennypacker (@bpennypacker)" author: - "Bruce Pennypacker (@bpennypacker)"