added Texlive
This commit is contained in:
parent
2f59ed5430
commit
f6e6f97302
22
liebchen.yml
22
liebchen.yml
@ -1,10 +1,12 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- geany
|
- geany
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: Enable home directory creation for new users
|
- name: Enable home directory creation for new users
|
||||||
command: pam-auth-update --enable mkhomedir
|
command: pam-auth-update --enable mkhomedir
|
||||||
|
|
||||||
@ -19,3 +21,23 @@
|
|||||||
- texlive-lang-english
|
- texlive-lang-english
|
||||||
- texlive-lang-german
|
- texlive-lang-german
|
||||||
- texlive-pictures
|
- texlive-pictures
|
||||||
|
|
||||||
|
- name: Add jammy-proposed
|
||||||
|
apt_repository:
|
||||||
|
repo: deb http://de.archive.ubuntu.com/ubuntu jammy-proposed universe
|
||||||
|
state: present
|
||||||
|
filename: jammy-proposed
|
||||||
|
|
||||||
|
- name: Avoid normal upgrades from jammy-proposed
|
||||||
|
copy:
|
||||||
|
dest: "/etc/apt/preferences.d/proposed-updates"
|
||||||
|
content: |
|
||||||
|
# Configure apt to allow selective installs of packages from proposed
|
||||||
|
Package: *
|
||||||
|
Pin: release a=jammy-proposed
|
||||||
|
Pin-Priority: 400
|
||||||
|
|
||||||
|
- name: Install Bacula File Daemon
|
||||||
|
apt:
|
||||||
|
name: bacula-fd
|
||||||
|
default_release: jammy-proposed
|
||||||
|
Loading…
Reference in New Issue
Block a user