From 49f9404cd2bb036d0357fe36ee9104930b3e4446 Mon Sep 17 00:00:00 2001 From: "Javier M. Mellid" Date: Fri, 17 Jun 2016 21:56:59 +0200 Subject: [PATCH] Add s3_url requirement in doc when rgw support is enabled in s3.py Signed-off-by: Javier M. Mellid --- lib/ansible/modules/cloud/amazon/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/s3.py b/lib/ansible/modules/cloud/amazon/s3.py index 086b5acb328..4362bfe8fe2 100755 --- a/lib/ansible/modules/cloud/amazon/s3.py +++ b/lib/ansible/modules/cloud/amazon/s3.py @@ -136,7 +136,7 @@ options: aliases: [ S3_URL ] rgw: description: - - Enable Ceph RGW S3 support + - Enable Ceph RGW S3 support. This option requires an explicit url via s3_url. default: false version_added: "2.2" src: