From d749ec91e513c40a50b539a7eaccf29c31dda4d4 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 6 Dec 2016 02:35:05 -0800 Subject: Refreshed metadata for core modules --- cloud/amazon/ec2_vol.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cloud/amazon/ec2_vol.py') diff --git a/cloud/amazon/ec2_vol.py b/cloud/amazon/ec2_vol.py index fb78365f..cd76703f 100644 --- a/cloud/amazon/ec2_vol.py +++ b/cloud/amazon/ec2_vol.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': ['stableinterface'], + 'supported_by': 'committer', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: ec2_vol -- cgit v1.2.1