From bcd7207c402bb0710b60baf6882211ea88f73bae Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 2 Nov 2018 12:56:50 +0000 Subject: ansible: Future proof for debian releases after debian9.0 buster has a liblua5.3-dev, openjdk-8-jre-headless and the ttcn3 packages should work as well. Change-Id: I76f516bbe503d15d9210ab14e7d9dd024e0ce72f --- ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml') diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml index 73623e3..4ccdf9f 100644 --- a/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml +++ b/ansible/roles/osmocom-jenkins-slave/tasks/osmocom_build_deps.yml @@ -97,7 +97,7 @@ default_release: jessie-backports when: ansible_distribution == 'Debian' and ansible_distribution_release == 'jessie' -- name: install liblua for stretch +- name: install liblua for stretch or later apt: name: "{{ item }}" cache_valid_time: 3600 @@ -105,4 +105,4 @@ install_recommends: no with_items: - liblua5.3-dev - when: ansible_distribution == 'Debian' and ansible_distribution_release == 'stretch' + when: ansible_distribution == 'Debian' and ansible_distribution_version >= 9 -- cgit v1.2.3