Update the metadata of the proxysql modules to 1.0 final format

This commit is contained in:
Toshio Kuratomi 2017-04-04 14:16:34 -07:00
parent a567c5de65
commit 572e9a8959
7 changed files with 28 additions and 35 deletions

View file

@ -179,11 +179,10 @@ stdout:
}
'''
ANSIBLE_METADATA = {
'version': '1.0',
'supported_by': 'community',
'status': ['stableinterface']
}
ANSIBLE_METADATA = {'metadata_version': '1.0',
'status': ['stableinterface'],
'supported_by': 'community'}
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.mysql import mysql_connect