diff --git a/database/mysql/mysql_db.py b/database/mysql/mysql_db.py index 8927a1bc652..df70e0f7e51 100644 --- a/database/mysql/mysql_db.py +++ b/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