ansible: osmocom-jenkins-slave: don't install recommend packages

libuhd-dev would recommend uhd-host which seems not be installable on debian jessie in an lxc.
However we should have already listed all explicit dependencies and shouldn't need
anything else

Change-Id: I6859b8180916a8e172d32030da06ba6fa27d5c45
This commit is contained in:
Alexander Couzens 2018-03-27 19:51:30 +02:00 committed by Harald Welte
parent 2b526e6941
commit 350af695e3
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
name: "{{ item }}"
cache_valid_time: 3600
update_cache: yes
install_recommends: no
with_items:
- docbook5-xml
- libboost-dev