summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/proxysql/proxysql_backend_servers.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/database/proxysql/proxysql_backend_servers.py')
-rw-r--r--lib/ansible/modules/database/proxysql/proxysql_backend_servers.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/ansible/modules/database/proxysql/proxysql_backend_servers.py b/lib/ansible/modules/database/proxysql/proxysql_backend_servers.py
index 969a78cc40..019cc979d3 100644
--- a/lib/ansible/modules/database/proxysql/proxysql_backend_servers.py
+++ b/lib/ansible/modules/database/proxysql/proxysql_backend_servers.py
@@ -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