Commit 10b96737 by Michael DeHaan

Add version_added information to module parameter.

parent 34315c63
...@@ -77,6 +77,7 @@ options: ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment