make sure new enough android build-tools get installed

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-09-04 05:02:18 +00:00
parent 91b3cc5647
commit 0ace1d045c

View file

@ -464,6 +464,10 @@
when: is_fedora is defined
action: file state=absent path=/var/android/android-sdk-with-platform-17.tar.gz
- name: Install newer android build-tools
when: is_fedora is defined
action: shell "echo y | /var/android/tools/android update sdk -u -a -t build-tools-19.1.0"
- name: set the hostname to jenkins-osversion
action: command hostname jenkins-{{ dist_tag }}
tags: