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