mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
mysql_info: Add parameter for __collect method (#136)
* [Add] Add parameter for __collect method Add parameter for `__collect` method By default the class `MySQL_Info` get all MySQL instance information, add parameter for `__collect` to get only what wants to know(information) Feature Pull Request lib/ansible/modules/database/mysql/mysql_info.py * typo * [add] add changelog - bugfixes: - mysql_info - add parameter for __collect to get only what are wanted (https://github.com/ansible-collections/community.general/pull/136).
This commit is contained in:
2
changelogs/fragments/mysql_info_add_parameter.yml
Normal file
2
changelogs/fragments/mysql_info_add_parameter.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- mysql_info - add parameter for __collect to get only what are wanted (https://github.com/ansible-collections/community.general/pull/136).
|
||||
Reference in New Issue
Block a user