osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/37106?usp=email )
Change subject: ansible/setup-jenkins: utils: order alphabetically
......................................................................
ansible/setup-jenkins: utils: order alphabetically
Change-Id: I41736671d865c9ac6d0b5ba81d0ebf09f5755eab
---
M ansible/setup-jenkins-slave.yml
1 file changed, 12 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/06/37106/1
diff --git a/ansible/setup-jenkins-slave.yml b/ansible/setup-jenkins-slave.yml
index 03afe65..e9b5fbd 100644
--- a/ansible/setup-jenkins-slave.yml
+++ b/ansible/setup-jenkins-slave.yml
@@ -8,11 +8,11 @@
- name: install common utilities
apt:
name:
- - vim
- - tmux
- - screen
- ca-certificates
- rsync
+ - screen
+ - tmux
+ - vim
cache_valid_time: 3600
update_cache: yes
roles:
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/37106?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: I41736671d865c9ac6d0b5ba81d0ebf09f5755eab
Gerrit-Change-Number: 37106
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange