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
Branches
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
apt: name={{ item }} state=latest install_recommends=no apt: name={{ item }} state=latest install_recommends=no
with_items: with_items:
- fonts-droid - fonts-droid
when: debian_version == "jessie" when: ansible_distribution_release == "jessie"
tags: tags:
- texlive - texlive
- packages - packages
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
apt: name={{ item }} state=latest install_recommends=no apt: name={{ item }} state=latest install_recommends=no
with_items: with_items:
- fonts-droid-fallback - fonts-droid-fallback
when: debian_version == "stretch" when: ansible_distribution_release == "stretch"
tags: tags:
- texlive - texlive
- packages - packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment