Commit c2653bcf by Calen Pennington

Install python-mysqldb to allow ansible to run mysql tasks

parent 300aee0d
......@@ -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