mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes * Correct more spelling issues * merge conflict * Revert typo in parms
This commit is contained in:
@@ -88,7 +88,7 @@ EXAMPLES = '''
|
||||
# Dumps all databases to hostname.sql
|
||||
- mysql_db: state=dump name=all target=/tmp/{{ inventory_hostname }}.sql
|
||||
|
||||
# Imports file.sql similiar to mysql -u <username> -p <password> < hostname.sql
|
||||
# Imports file.sql similar to mysql -u <username> -p <password> < hostname.sql
|
||||
- mysql_db: state=import name=all target=/tmp/{{ inventory_hostname }}.sql
|
||||
'''
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ notes:
|
||||
without providing any login_user/login_password details. The second must drop a ~/.my.cnf file containing
|
||||
the new root credentials. Subsequent runs of the playbook will then succeed by reading the new credentials from
|
||||
the file."
|
||||
- Currently, there is only support for the `mysql_native_password` encryted password hash module.
|
||||
- Currently, there is only support for the `mysql_native_password` encrypted password hash module.
|
||||
|
||||
author: "Jonathan Mainguy (@Jmainguy)"
|
||||
extends_documentation_fragment: mysql
|
||||
|
||||
Reference in New Issue
Block a user