From c79051904874b6c66438744fe5b71d0de6710ee7 Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Mon, 11 Apr 2016 06:46:39 +0100 Subject: [PATCH] Update mysql_db.py * Update mysql_db.py Resubmission of https://github.com/ansible/ansible-modules-core/pull/2961 in single commit. * Update mysql_db.py --- database/mysql/mysql_db.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/database/mysql/mysql_db.py b/database/mysql/mysql_db.py index 37cccba11dc..d7e81eb3ba4 100644 --- a/database/mysql/mysql_db.py +++ b/database/mysql/mysql_db.py @@ -57,6 +57,11 @@ options: files (C(.sql)) as well as bzip2 (C(.bz2)), gzip (C(.gz)) and xz (Added in 2.0) compressed files are supported. required: false author: "Ansible Core Team" +requirements: + - mysql (command line binary) + - mysqldump (command line binary) +notes: + - Requires the python-mysqldb package on the remote host, as well as mysql and mysqldump binaries. extends_documentation_fragment: mysql '''