Review at  https://gerrit.osmocom.org/7597

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(-)


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

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml 
b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
index 7ad8f98..a969f5e 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml
@@ -99,7 +99,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: newchange
Gerrit-Change-Id: Iaf043008890da94098986468e1fd3d9578810206
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <[email protected]>

Reply via email to