osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/34795?usp=email )
Change subject: ansible: jenkins: debian: sort packages
......................................................................
ansible: jenkins: debian: sort packages
Related: OS#6186
Change-Id: If4ce784821cc40a2e795afafa452c99bf0588253
---
M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
1 file changed, 15 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/95/34795/1
diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
index 3743043..102d0b8 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
@@ -3,13 +3,13 @@
- name: install jenkins utilities
apt:
name:
- - htop
- - virt-manager
- - qemu-user-static
- - qemu-system-arm
- - proot
- debootstrap
- fakeroot
+ - htop
+ - proot
+ - qemu-system-arm
+ - qemu-user-static
+ - virt-manager
cache_valid_time: 3600
update_cache: yes
install_recommends: no
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/34795?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If4ce784821cc40a2e795afafa452c99bf0588253
Gerrit-Change-Number: 34795
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange