mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
document mysql collation can only be set during creation
This commit is contained in:
parent
fda9eeaa89
commit
3906fd426b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ options:
|
|||
choices: [ "present", "absent", "dump", "import" ]
|
||||
collation:
|
||||
description:
|
||||
- Collation mode
|
||||
- Collation mode (sorting). This only applies to new table/databases and does not update existing ones, this is a limitation of MySQL.
|
||||
required: false
|
||||
default: null
|
||||
encoding:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue