Commit 7ecf80bc by Will Daly

Install Mongo ourselves instead of relying on edxlocal role

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