Feat: create task for teaching
This commit is contained in:
parent
f90e532732
commit
394e1c13b0
@ -17,6 +17,7 @@
|
|||||||
- include: tasks/sudo.yml
|
- include: tasks/sudo.yml
|
||||||
- include: tasks/ssh.yml
|
- include: tasks/ssh.yml
|
||||||
- include: tasks/arch_programming.yml
|
- include: tasks/arch_programming.yml
|
||||||
|
- include: tasks/arch_teacher.yml
|
||||||
- include: tasks/arch_gnome.yml
|
- include: tasks/arch_gnome.yml
|
||||||
- include: tasks/arch_graphicals.yml
|
- include: tasks/arch_graphicals.yml
|
||||||
- include: tasks/dotfiles.yml
|
- include: tasks/dotfiles.yml
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
- include: tasks/sudo.yml
|
- include: tasks/sudo.yml
|
||||||
# - include: tasks/ssh.yml
|
# - include: tasks/ssh.yml
|
||||||
- include: tasks/arch_programming.yml
|
- include: tasks/arch_programming.yml
|
||||||
|
- include: tasks/arch_teacher.yml
|
||||||
- include: tasks/arch_gnome.yml
|
- include: tasks/arch_gnome.yml
|
||||||
- include: tasks/arch_graphicals.yml
|
- include: tasks/arch_graphicals.yml
|
||||||
- include: tasks/dotfiles.yml
|
- include: tasks/dotfiles.yml
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
- include: tasks/users.yml
|
- include: tasks/users.yml
|
||||||
# - include: tasks/ssh.yml
|
# - include: tasks/ssh.yml
|
||||||
- include: tasks/arch_programming.yml
|
- include: tasks/arch_programming.yml
|
||||||
|
- include: tasks/arch_teacher.yml
|
||||||
- include: tasks/arch_gnome.yml
|
- include: tasks/arch_gnome.yml
|
||||||
- include: tasks/arch_graphicals.yml
|
- include: tasks/arch_graphicals.yml
|
||||||
- include: tasks/dotfiles.yml
|
- include: tasks/dotfiles.yml
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
- hunspell-fr
|
- hunspell-fr
|
||||||
- rxvt-unicode
|
- rxvt-unicode
|
||||||
- vlc
|
- vlc
|
||||||
- texlive-most
|
|
||||||
- gnuplot
|
|
||||||
- mpv
|
- mpv
|
||||||
- mplayer
|
- mplayer
|
||||||
- geogebra
|
- geogebra
|
||||||
|
21
tasks/arch_teacher.yml
Normal file
21
tasks/arch_teacher.yml
Normal 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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user