mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
mysql_db: remove version_added for the option (#455)
This commit is contained in:
parent
116978abca
commit
a0c5580fc3
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ options:
|
||||||
- Used only when I(state) is C(import) or C(dump) and I(login_password) is passed, ignored otherwise.
|
- Used only when I(state) is C(import) or C(dump) and I(login_password) is passed, ignored otherwise.
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: no
|
||||||
version_added: '2.10'
|
|
||||||
|
|
||||||
seealso:
|
seealso:
|
||||||
- module: mysql_info
|
- module: mysql_info
|
||||||
|
|
Loading…
Reference in a new issue