lynxis lazus has uploaded this change for review. ( 
https://gerrit.osmocom.org/10015


Change subject: ansible: osmocom-jenkins-slave: debian.yml: don't install 
recommends
......................................................................

ansible: osmocom-jenkins-slave: debian.yml: don't install recommends

Pulls a lot of packages

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



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

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml 
b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
index a1f8574..43b1263 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
@@ -5,6 +5,7 @@
     name: "{{ item }}"
     cache_valid_time: 3600
     update_cache: yes
+    install_recommends: no
   with_items:
     - htop
     - virt-manager
@@ -26,6 +27,7 @@
     name: openjdk-8-jre-headless
     cache_valid_time: 3600
     update_cache: yes
+    install_recommends: no
     default_release: jessie-backports
   when: ansible_distribution == 'Debian' and ansible_distribution_release == 
'jessie'

@@ -34,6 +36,7 @@
     name: "{{ item }}"
     cache_valid_time: 3600
     update_cache: yes
+    install_recommends: no
   with_items:
     - openjdk-8-jre-headless
   when: ansible_distribution == 'Debian' and ansible_distribution_release == 
'stretch'

--
To view, visit https://gerrit.osmocom.org/10015
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: I894455ea779ece84c403f768a1260a1cf2528389
Gerrit-Change-Number: 10015
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>

Reply via email to