Merge branch 'master' of git.uwaterloo.ca:csc/playbooks

This commit is contained in:
Zachary Seguin 2016-11-08 10:25:34 -05:00
commit d0a2e269c3
2 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,7 @@
- autoproject - autoproject
- kbuild - kbuild
- premake4 - premake4
- maven
- name: Install OpenJDK - name: Install OpenJDK
apt: name={{ item }} state=latest apt: name={{ item }} state=latest
@ -266,6 +267,8 @@
- intercal - intercal
- rhino - rhino
- sbcl - sbcl
- golang
- r-base-core
- name: Install misc languages on Ubuntu - name: Install misc languages on Ubuntu
apt: name={{ item }} state=latest apt: name={{ item }} state=latest

View File

@ -275,3 +275,4 @@
apt: name={{ item }} state=latest apt: name={{ item }} state=latest
with_items: with_items:
- workrave - workrave
- remmina