From e581bbcafca2b47ea1c76645702f5d366306469f Mon Sep 17 00:00:00 2001 From: asad-at-srt Date: Tue, 5 Mar 2013 17:11:12 -0500 Subject: [PATCH] Update mysql_db The target parameter is not required, the DOCUMENTATION section was in error. --- library/mysql_db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/mysql_db b/library/mysql_db index 49badb20e3d..53ad2661324 100644 --- a/library/mysql_db +++ b/library/mysql_db @@ -66,7 +66,7 @@ options: target: description: - Where to dump/get the C(.sql) file - required: true + required: false examples: - code: "mysql_db: db=bobdata state=present" description: Create a new database with name 'bobdata'