adding MySQL-python to work with mariadb dbs

This commit is contained in:
Tim Flink 2015-02-02 05:59:13 +00:00
parent 21ab50a371
commit 0eb3df9663

View file

@ -1,6 +1,7 @@
- name: ensure packages required for phabricator are installed (fedora)
action: yum name={{ item }} state=latest
with_items:
- MySQL-python
- git
- httpd
- mod_ssl