From 0ace1d045ce552e88fc0ff8bb521a718bf459935 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 4 Sep 2014 05:02:18 +0000 Subject: [PATCH] make sure new enough android build-tools get installed Signed-off-by: Ricky Elrod --- playbooks/groups/jenkins-cloud.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 7b0f26f366..a508f76947 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -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: