Wonder if it doesn't like the quotes here.

This commit is contained in:
Kevin Fenzi 2015-01-24 22:24:07 +00:00
parent 185c56b9a0
commit 531427d083

View file

@ -522,7 +522,7 @@
- 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"
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 }}