Feat: create task for teaching

This commit is contained in:
2019-11-16 17:31:39 +01:00
parent f90e532732
commit 394e1c13b0
5 changed files with 24 additions and 2 deletions

View File

@@ -15,8 +15,6 @@
- hunspell-fr
- rxvt-unicode
- vlc
- texlive-most
- gnuplot
- mpv
- mplayer
- geogebra

21
tasks/arch_teacher.yml Normal file
View File

@@ -0,0 +1,21 @@
---
- name: Install teaching packages
pacman:
name:
- texlive-most
- gnuplot
- auto-multiple-choice
state: present
- name: Install perl-locale-codes (for auto-multiple-choice)
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- perl-locale-codes
become: yes
become_user: aur_builder