generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clarified error message about missing python modules (#279) * Clarified error message about missing python modules, and tweak documentation to suggest overriding interpreter. * Mention mysqlclient as another option * Correct mysqlclient suggestions from python2 to python3 Co-authored-by: Matthew Exon <[email protected]> (cherry picked from commit 82baf75) * Copy ignore-2.13.txt to ignore-2.14.txt (#323) * Copy ignore-2.13.txt to ignore-2.14.txt * Fix sanity (cherry picked from commit c16b242) Co-authored-by: Matthew Exon <[email protected]>
- Loading branch information
1 parent
74ab876
commit 2de30ed
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
plugins/modules/mysql_db.py validate-modules:doc-elements-mismatch | ||
plugins/modules/mysql_db.py validate-modules:parameter-list-no-elements | ||
plugins/modules/mysql_db.py validate-modules:use-run-command-not-popen | ||
plugins/modules/mysql_info.py validate-modules:doc-elements-mismatch | ||
plugins/modules/mysql_info.py validate-modules:parameter-list-no-elements | ||
plugins/modules/mysql_query.py validate-modules:parameter-list-no-elements | ||
plugins/modules/mysql_user.py validate-modules:undocumented-parameter | ||
plugins/modules/mysql_variables.py validate-modules:doc-required-mismatch |