osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/39317?usp=email )
Change subject: ansible/setup-obs-worker: sort pkgnames
......................................................................
ansible/setup-obs-worker: sort pkgnames
Change-Id: Idba44f44ac981e718b9aa7ee1b5612ca515304bd
---
M ansible/setup-obs-worker.yml
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/17/39317/1
diff --git a/ansible/setup-obs-worker.yml b/ansible/setup-obs-worker.yml
index b79e1a5..4fc2f37 100644
--- a/ansible/setup-obs-worker.yml
+++ b/ansible/setup-obs-worker.yml
@@ -8,12 +8,12 @@
- name: install common utilities
zypper:
name:
- - vim
- - tmux
- - screen
- - tcpdump
- - strace
- ltrace
+ - screen
+ - strace
+ - tcpdump
+ - tmux
+ - vim
roles:
- name: osmocom-obs-worker
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/39317?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Idba44f44ac981e718b9aa7ee1b5612ca515304bd
Gerrit-Change-Number: 39317
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>