From 5204024f35d07c3537f78f3c8a972efdccfc264f Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Fri, 16 Dec 2016 09:28:45 -0500 Subject: [PATCH] `s3_sync` module: Add ANSIBLE_METADATA parameter --- lib/ansible/modules/cloud/amazon/s3_sync.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ansible/modules/cloud/amazon/s3_sync.py b/lib/ansible/modules/cloud/amazon/s3_sync.py index 6937d273db4..2ad3a8e0b41 100644 --- a/lib/ansible/modules/cloud/amazon/s3_sync.py +++ b/lib/ansible/modules/cloud/amazon/s3_sync.py @@ -14,6 +14,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: s3_sync