From d763a4f874526e43e3128109493200538ca79347 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 28 Sep 2015 08:38:04 -0700 Subject: [PATCH] Fix for errors in the generated rst --- .../modules/extras/cloud/amazon/route53_health_check.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 6b4cd1924a7..5ab0cc5d77d 100644 --- a/lib/ansible/modules/extras/cloud/amazon/route53_health_check.py +++ b/lib/ansible/modules/extras/cloud/amazon/route53_health_check.py @@ -53,10 +53,9 @@ options: health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html. - - * Required for all checks except TCP. - * The path must begin with a / - * Maximum 255 characters. + - Required for all checks except TCP. + - The path must begin with a / + - Maximum 255 characters. required: false default: null fqdn: