Harald Welte has uploaded this change for review. ( 
https://gerrit.osmocom.org/13502


Change subject: jenkins-slave: Use "jessie-backports" only on jessie systems
......................................................................

jenkins-slave: Use "jessie-backports" only on jessie systems

Change-Id: Id62c03b9759367bd5bbe20144e9ad7048d12e61b
---
M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/02/13502/1

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml 
b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
index 30e4ece..641c6f3 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
@@ -22,6 +22,7 @@
     repo: 'deb http://ftp.debian.org/debian jessie-backports main'
     filename: 'backports'
     update_cache: yes
+  when: ansible_distribution == 'Debian' and ansible_distribution_release == 
'jessie'

 - name: install java for jessie
   apt:

--
To view, visit https://gerrit.osmocom.org/13502
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id62c03b9759367bd5bbe20144e9ad7048d12e61b
Gerrit-Change-Number: 13502
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>

Reply via email to