1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add version_added information to module parameter.

This commit is contained in:
Michael DeHaan 2013-07-20 12:33:42 -04:00
parent 34315c63ca
commit 10b967374d

View file

@ -77,6 +77,7 @@ options:
- Check if mysql allows login as root/nopassword before trying supplied credentials. - Check if mysql allows login as root/nopassword before trying supplied credentials.
required: false required: false
default: false default: false
version_added: "1.3"
notes: notes:
- Requires the MySQLdb Python package on the remote host. For Ubuntu, this - Requires the MySQLdb Python package on the remote host. For Ubuntu, this
is as easy as apt-get install python-mysqldb. is as easy as apt-get install python-mysqldb.