From c31a6fd23f1047db789f796e9b5623e5ea60ae91 Mon Sep 17 00:00:00 2001 From: "wtanaka.com" Date: Wed, 28 Oct 2015 10:35:51 -1000 Subject: [PATCH] Update target parameter documentation xz support was only added recently (2015-05-15), so referring to it unqualified in the online documentation is confusing. --- lib/ansible/modules/database/mysql/mysql_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/database/mysql/mysql_db.py b/lib/ansible/modules/database/mysql/mysql_db.py index 9320080c9fe..285a333a39e 100644 --- a/lib/ansible/modules/database/mysql/mysql_db.py +++ b/lib/ansible/modules/database/mysql/mysql_db.py @@ -79,7 +79,7 @@ options: target: description: - Location, on the remote host, of the dump file to read from or write to. Uncompressed SQL - files (C(.sql)) as well as bzip2 (C(.bz2)), gzip (C(.gz)) and xz compressed files are supported. + files (C(.sql)) as well as bzip2 (C(.bz2)), gzip (C(.gz)) and xz (Added in 2.0) compressed files are supported. required: false notes: - Requires the MySQLdb Python package on the remote host. For Ubuntu, this