mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Update the metadata of the proxysql modules to 1.0 final format
This commit is contained in:
parent
a567c5de65
commit
572e9a8959
7 changed files with 28 additions and 35 deletions
|
@ -119,11 +119,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue