Commit fe6d9576 by Calen Pennington

Merge pull request #2569 from cpennington/install-python-mysqldb

Install python-mysqldb to allow ansible to run mysql tasks
parents 300aee0d c2653bcf
......@@ -31,6 +31,8 @@ edx_ansible_debian_pkgs:
- libxslt1-dev
- curl
- python-yaml
- python-mysqldb
edx_ansible_app_dir: "{{ COMMON_APP_DIR }}/edx_ansible"
edx_ansible_code_dir: "{{ edx_ansible_app_dir }}/edx_ansible"
edx_ansible_data_dir: "{{ COMMON_DATA_DIR }}/edx_ansible"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment