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
1dcccf2b
Commit
1dcccf2b
authored
Apr 11, 2018
by
Lars Beckers
Browse files
remove debian_version variable
replaced with the corresponding ansible fact
parent
00b33a08
Changes
1
Hide whitespace changes
Inline
Side-by-side
texlive/tasks/main.yml
View file @
1dcccf2b
...
...
@@ -55,7 +55,7 @@
apt
:
name={{ item }} state=latest install_recommends=no
with_items
:
-
fonts-droid
when
:
debian_version
== "jessie"
when
:
ansible_distribution_release
== "jessie"
tags
:
-
texlive
-
packages
...
...
@@ -64,7 +64,7 @@
apt
:
name={{ item }} state=latest install_recommends=no
with_items
:
-
fonts-droid-fallback
when
:
debian_version
== "stretch"
when
:
ansible_distribution_release
== "stretch"
tags
:
-
texlive
-
packages
...
...
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