osmith has submitted this change. ( 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(-)
Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, approved pespin: Looks good to me, approved Jenkins Builder: Verified
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: