Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
supplemental
Commits
6e3bb7e5
Commit
6e3bb7e5
authored
Apr 28, 2019
by
Robin Sonnabend
Browse files
Update for buster
parent
24745520
Changes
2
Hide whitespace changes
Inline
Side-by-side
branding/tasks/main.yml
View file @
6e3bb7e5
...
...
@@ -66,6 +66,12 @@
-
branding
-
tls
-
name
:
install gpg to install the apt_key
apt
:
name=gnupg state=present
tags
:
-
branding
-
repos
-
name
:
ensure deployment of apt repository keys
apt_key
:
data
:
"
{{
lookup('file',
item)
}}"
...
...
texlive/tasks/main.yml
View file @
6e3bb7e5
...
...
@@ -8,7 +8,6 @@
-
texlive-base
-
texlive-games
-
texlive-humanities
-
texlive-math-extra
-
texlive-music
-
texlive-pictures
-
texlive-publishers
...
...
@@ -59,15 +58,15 @@
name
:
fonts-droid
state
:
present
install_recommends
:
false
when
:
ansible_distribution_release
== "jessie"
when
:
debian_version
== "jessie"
tags
:
-
texlive
-
name
:
ensure some texlive recommendations are installed
for stretch
-
name
:
ensure some texlive recommendations are installed
apt
:
name
:
fonts-droid-fallback
state
:
present
install_recommends
:
false
when
:
ansible_distribution_release == "stretch
"
when
:
debian_version != "jessie
"
tags
:
-
texlive
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment