Skip to content
Snippets Groups Projects
Commit 1cbf686d authored by Lars Beckers's avatar Lars Beckers
Browse files

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

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