2024-02-10 13:50:42 +00:00
|
|
|
- hosts: localhost
|
2024-02-10 13:33:27 +00:00
|
|
|
tasks:
|
2024-02-10 13:50:42 +00:00
|
|
|
- name: Install packages
|
2024-02-10 13:33:27 +00:00
|
|
|
apt:
|
|
|
|
name:
|
2024-02-10 13:50:42 +00:00
|
|
|
- geany
|
|
|
|
state: latest
|
|
|
|
- name: Enable home directory creation for new users
|
2024-02-10 14:12:03 +00:00
|
|
|
command: pam-auth-update --enable mkhomedir
|
|
|
|
|
|
|
|
- name: TeXlive
|
|
|
|
apt:
|
|
|
|
name:
|
|
|
|
- texlive-luatex
|
|
|
|
- texlive-latex-recommended
|
|
|
|
- texlive-latex-extra
|
|
|
|
- texlive-extra-utils
|
|
|
|
- texlive-publishers
|
|
|
|
- texlive-lang-english
|
|
|
|
- texlive-lang-german
|
|
|
|
- texlive-pictures
|