I use Ansible to automate mysql database backup tasks and when doing mysql_db tasks I get this message: msg: the python mysqldb module is required
So, after many attempts to install python-mysqldb using Ansible tasks, I tried to install it manually by running the sudo apt-get install python-mysqldb and I received the following error message:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python-mysqldb
I am using Ubuntu 13.04 64 bit
What am I doing wrong?
How to install python-mysqldb using apt-get ?
mysql-python ansible
Lt.
source share