roles/mariadb: Install python bindings for ansible's mysql module

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-08-27 15:56:54 +03:00
parent 9fcdb89261
commit 775f0e7f5f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
apt: name={{ item }} state=present update_cache=yes
with_items:
- mariadb-server
# - python-mysqldb # for ansible
- python-mysqldb # for ansible
tags: mariadb
- name: Start and enable MariaDB Service