From 5f4673b5aed4106490943e9b5d2eb75dbe38853d Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 6 Apr 2017 10:16:50 -0700 Subject: [PATCH] Update metadata for openssl_csr --- lib/ansible/modules/crypto/openssl_csr.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/crypto/openssl_csr.py b/lib/ansible/modules/crypto/openssl_csr.py index eb8fe7ce40..683cb4f689 100644 --- a/lib/ansible/modules/crypto/openssl_csr.py +++ b/lib/ansible/modules/crypto/openssl_csr.py @@ -16,9 +16,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'} +ANSIBLE_METADATA = {'metadata_version': '1.0', + 'status': ['preview'], + 'supported_by': 'community'} + DOCUMENTATION = ''' ---