ansible: ensure rsync is installed on all build slaves

Avoid the following error by the Osmocom-OBS_MinGW_weekly_publish job:

rsync -avz -e 'ssh -o '\''UserKnownHostsFile=/home/osmocom-build/jenkins/workspace/Osmocom-OBS_MinGW_weekly_publish/a1/default/a2/default/a3/default/label/obs/known_hosts'\'' -p 48' /home/osmocom-build/jenkins/workspace/Osmocom-OBS_MinGW_weekly_publish/a1/default/a2/default/a3/default/label/obs/out/ binaries@ftp.osmocom.org:web-files/windows
/tmp/jenkins1809827296988933592.sh: line 164: rsync: command not found

Change-Id: Id221729a8639f817a91888898e6a08a4dbce72c6
This commit is contained in:
Harald Welte 2020-03-11 09:58:39 +01:00
parent f9e0070e2d
commit 23150e1d15
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@
- patchelf
# by libusrp
- sdcc
# by mingw upload job
- rsync
- name: install build dependencies and libraries
apt: