mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07: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:
parent
a4077537e0
commit
25b6492d37
91 changed files with 908 additions and 148 deletions
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue