From 6346cad9d033fc7c930444e150997e4ec7dec547 Mon Sep 17 00:00:00 2001 From: "Javier M. Mellid" Date: Fri, 17 Jun 2016 21:37:29 +0200 Subject: [PATCH] Add proper version_added for rgw option in s3.py Signed-off-by: Javier M. Mellid --- lib/ansible/modules/cloud/amazon/s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/amazon/s3.py b/lib/ansible/modules/cloud/amazon/s3.py index 569da2ce234..086b5acb328 100755 --- a/lib/ansible/modules/cloud/amazon/s3.py +++ b/lib/ansible/modules/cloud/amazon/s3.py @@ -138,6 +138,7 @@ options: description: - Enable Ceph RGW S3 support default: false + version_added: "2.2" src: description: - The source file path when performing a PUT operation.