You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/database/mysql
Toshio Kuratomi e5ba4e87d8 Fix for int port assignment in a playbook failing
Ports are integer values but the old code was assuming they were
strings.  When login_port is put into playbook complex_args as an
integer the code would fail.  This update should make the argument
validating make sure we have an integer and then we can send that value
directly to the relevant APIs.

Fixes #818
9 years ago
..
__init__.py Some more module categorization. 9 years ago
mysql_db.py Fix for int port assignment in a playbook failing 9 years ago
mysql_user.py Fix for int port assignment in a playbook failing 9 years ago
mysql_variables.py Escape mysql identifiers 9 years ago