Skip to content
Snippets Groups Projects
Commit 5c011ff2 authored by Lars Beckers's avatar Lars Beckers Committed by Thomas Schneider
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:infra/ansible

parents 8df23a89 26fbc196
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@
- name: ensure development applications are installed
apt: name={{ item }} state=latest
with_items:
- dia
- subversion
- emacs
- joe
......@@ -64,6 +65,7 @@
- python-pip
- python-virtualenv
- root-system
- octave
- libroot-bindings-python5.34
- mysql-client
tags:
......@@ -107,6 +109,7 @@
apt: name={{ item }} state=latest
with_items:
- vlc
- smplayer
- pulseaudio-utils
- alsa-utils
- arandr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment