Commit 65f07b98 by Will Daly

Removed dependency on common

parent e9f0cd88
......@@ -7,7 +7,6 @@
sudo: True
gather_facts: True
roles:
- common
- role: rbenv
rbenv_user: "{{ jenkins_user }}"
rbenv_user_home: "{{ jenkins_user_home }}"
......
......@@ -35,12 +35,15 @@
owner={{ jenkins_user }} group={{ jenkins_group }}
mode=400
- name: jenkins | Install system packages
- name: jenkins | Install jenkins-specific system packages
apt: pkg=${item} update_cache=yes state=present
with_items:
- ack-grep
- build-essential
- git
- gfortran
- graphviz
- lynx-cur
- libgraphviz-dev
- libopenblas-dev
- liblapack-dev
......
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