mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
make sure new enough android build-tools get installed
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user