mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
The default value set by the module was a value of None for the config_file parameter, which propogates into the connect method call overriding the stated default in the method. Instead, the default should be set with-in the parameter specification so the file check is not requested to check None. |
||
---|---|---|
.. | ||
__init__.py | ||
mysql_db.py | ||
mysql_user.py | ||
mysql_variables.py |