Skip to content
Snippets Groups Projects
Commit 6e3bb7e5 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Update for buster

parent 24745520
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,12 @@ ...@@ -66,6 +66,12 @@
- branding - branding
- tls - tls
- name: install gpg to install the apt_key
apt: name=gnupg state=present
tags:
- branding
- repos
- name: ensure deployment of apt repository keys - name: ensure deployment of apt repository keys
apt_key: apt_key:
data: "{{ lookup('file', item) }}" data: "{{ lookup('file', item) }}"
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
- texlive-base - texlive-base
- texlive-games - texlive-games
- texlive-humanities - texlive-humanities
- texlive-math-extra
- texlive-music - texlive-music
- texlive-pictures - texlive-pictures
- texlive-publishers - texlive-publishers
...@@ -59,15 +58,15 @@ ...@@ -59,15 +58,15 @@
name: fonts-droid name: fonts-droid
state: present state: present
install_recommends: false install_recommends: false
when: ansible_distribution_release == "jessie" when: debian_version == "jessie"
tags: tags:
- texlive - texlive
- name: ensure some texlive recommendations are installed for stretch - name: ensure some texlive recommendations are installed
apt: apt:
name: fonts-droid-fallback name: fonts-droid-fallback
state: present state: present
install_recommends: false install_recommends: false
when: ansible_distribution_release == "stretch" when: debian_version != "jessie"
tags: tags:
- texlive - texlive
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment