Wonder if it doesn't like the quotes here.
This commit is contained in:
parent
185c56b9a0
commit
531427d083
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@
|
||||||
|
|
||||||
- name: Install newer android build-tools
|
- name: Install newer android build-tools
|
||||||
when: is_fedora is defined
|
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
|
- name: set the hostname to jenkins-osversion
|
||||||
action: command hostname jenkins-{{ dist_tag }}
|
action: command hostname jenkins-{{ dist_tag }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue