Commit 7ecf80bc by Will Daly

Install Mongo ourselves instead of relying on edxlocal role

parent e8b4a2ce
......@@ -8,7 +8,6 @@
gather_facts: True
roles:
- common
- edxlocal
- role: rbenv
rbenv_user: "{{ jenkins_user }}"
rbenv_user_home: "{{ jenkins_user_home }}"
......
......@@ -27,7 +27,7 @@
state=directory
- name: jenkins | Install system packages
apt: pkg=${item}
apt: pkg=${item} update_cache=yes state=present
with_items:
- build-essential
- gfortran
......@@ -39,6 +39,7 @@
- libgeos-dev
- libmysqlclient-dev
- libxslt1-dev
- mongodb
- npm
- pkg-config
- unzip
......
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