osmith has uploaded this change for review.

View Change

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 change 39317. To unsubscribe, or for help writing mail filters, visit settings.

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@sysmocom.de>