Skip to content
Snippets Groups Projects
Commit 1dcccf2b authored by Lars Beckers's avatar Lars Beckers
Browse files

remove debian_version variable

replaced with the corresponding ansible fact
parent 00b33a08
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment