1
0
Fork 0
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:
Andrew Klychkov 2020-06-03 20:02:44 +03:00 committed by GitHub
parent 116978abca
commit a0c5580fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,6 @@ options:
- Used only when I(state) is C(import) or C(dump) and I(login_password) is passed, ignored otherwise.
type: bool
default: no
version_added: '2.10'
seealso:
- module: mysql_info