mirror of https://github.com/ansible/ansible.git
Set default for mysql_user config_file
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.reviewable/pr18780/r1
parent
a811b9f12e
commit
35bcd6a965
Loading…
Reference in New Issue