summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2015-03-23 19:07:55 +0100
committerMichael Scherer <misc@zarb.org>2015-03-23 19:07:55 +0100
commit22a1d115bc67a2b85a0fad4259890eb385eef077 (patch)
tree6c0ee7625215329d6b475801e0c9be09ff9bd1be /roles
parentd928f8c61586ea281d708235dadf92507cb7fd1b (diff)
Add MySQL-python for ansible module
Diffstat (limited to 'roles')
-rw-r--r--roles/mariadb/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/mariadb/tasks/main.yml b/roles/mariadb/tasks/main.yml
index d311b70..2327e80 100644
--- a/roles/mariadb/tasks/main.yml
+++ b/roles/mariadb/tasks/main.yml
@@ -2,6 +2,7 @@
- yum: name={{ item }} state=installed
with_items:
- mariadb-server
+ - MySQL-python
- template: src=custom.cnf dest=/etc/my.cnf.d/custom.cnf
notify: restart mariadb