Feat: create task for teaching

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

View File

@ -17,6 +17,7 @@
- include: tasks/sudo.yml
- include: tasks/ssh.yml
- include: tasks/arch_programming.yml
- include: tasks/arch_teacher.yml
- include: tasks/arch_gnome.yml
- include: tasks/arch_graphicals.yml
- include: tasks/dotfiles.yml

View File

@ -17,6 +17,7 @@
- include: tasks/sudo.yml
# - include: tasks/ssh.yml
- include: tasks/arch_programming.yml
- include: tasks/arch_teacher.yml
- include: tasks/arch_gnome.yml
- include: tasks/arch_graphicals.yml
- include: tasks/dotfiles.yml

View File

@ -17,6 +17,7 @@
- include: tasks/users.yml
# - include: tasks/ssh.yml
- include: tasks/arch_programming.yml
- include: tasks/arch_teacher.yml
- include: tasks/arch_gnome.yml
- include: tasks/arch_graphicals.yml
- include: tasks/dotfiles.yml

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