Commit 784adaf9 by John Jarvis

adding pymongo lib needed for ansible module

parent d3a373d5
......@@ -13,6 +13,9 @@
- name: edxlocal| install packages needed for single server
apt: pkg={{','.join(edxlocal_debian_pkgs)}} install_recommends=yes state=present
- name: edxlocal | install python pymongo for mongo_user ansible module
pip: name=pymongo state=present version=2.6.3
- name: edxlocal | create a database for edxapp
mysql_db: >
db=edxapp
......
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