From 10b967374d2f2f326b7f9b62bfd0bc0a0ebb9249 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 20 Jul 2013 12:33:42 -0400 Subject: [PATCH] Add version_added information to module parameter. --- library/database/mysql_user | 1 + 1 file changed, 1 insertion(+) diff --git a/library/database/mysql_user b/library/database/mysql_user index fbcb1ce4fb0..bff1e4e74fe 100644 --- a/library/database/mysql_user +++ b/library/database/mysql_user @@ -77,6 +77,7 @@ options: - Check if mysql allows login as root/nopassword before trying supplied credentials. required: false default: false + version_added: "1.3" notes: - Requires the MySQLdb Python package on the remote host. For Ubuntu, this is as easy as apt-get install python-mysqldb.