mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
lmn*: style adjustments (#9528)
* lmn*: style adjustments * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
aac7199087
commit
838cdaab42
43 changed files with 440 additions and 378 deletions
|
@ -57,12 +57,13 @@ options:
|
|||
type: str
|
||||
target:
|
||||
description:
|
||||
- Location, on the remote host, of the dump file to read from or write to. Uncompressed SQL files (C(.sql)) files are supported.
|
||||
- Location, on the remote host, of the dump file to read from or write to. Uncompressed SQL files (C(.sql)) files are
|
||||
supported.
|
||||
type: str
|
||||
autocommit:
|
||||
description:
|
||||
- Automatically commit the change only if the import succeed. Sometimes it is necessary to use autocommit=true, since some content can not
|
||||
be changed within a transaction.
|
||||
- Automatically commit the change only if the import succeed. Sometimes it is necessary to use autocommit=true, since
|
||||
some content can not be changed within a transaction.
|
||||
type: bool
|
||||
default: false
|
||||
notes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue