Harald Welte has submitted this change and it was merged.

Change subject: ansible jenkins-slave: only setup ttcn3_slave on debian stretch
......................................................................


ansible jenkins-slave: only setup ttcn3_slave on debian stretch

Change-Id: Iaf043008890da94098986468e1fd3d9578810206
---
M ansible/roles/osmocom-jenkins-slave/tasks/main.yml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml 
b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
index 485a157..805a81e 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
@@ -100,7 +100,7 @@
 
 - name: install ttcn3 dependencies
   include: ttcn3-slave.yml
-  when: ttcn3_slave
+  when: ttcn3_slave and ansible_distribution == 'Debian' and 
ansible_distribution_release == 'stretch'
 
 - name: copy .gitconfig
   copy:

-- 
To view, visit https://gerrit.osmocom.org/7597
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf043008890da94098986468e1fd3d9578810206
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>

Reply via email to