From 74a0665530bf8b0389871442ba1d70b6126b4043 Mon Sep 17 00:00:00 2001 From: Vladimir Dimov Date: Mon, 7 Dec 2015 18:55:45 +0200 Subject: [PATCH] Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record. --- lib/ansible/modules/extras/cloud/amazon/route53_health_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/amazon/route53_health_check.py b/lib/ansible/modules/extras/cloud/amazon/route53_health_check.py index 5ab0cc5d77d..35f0961c6e7 100644 --- a/lib/ansible/modules/extras/cloud/amazon/route53_health_check.py +++ b/lib/ansible/modules/extras/cloud/amazon/route53_health_check.py @@ -102,7 +102,7 @@ EXAMPLES = ''' string_match: "Hello" request_interval: 10 failure_threshold: 2 - record: my_health_check + register: my_health_check - route53: action: create