ansible/liebchen.yml
2024-02-10 15:12:03 +01:00

21 lines
492 B
YAML

- hosts: localhost
tasks:
- name: Install packages
apt:
name:
- geany
state: latest
- name: Enable home directory creation for new users
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