diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 75fc3d121f..524b53fa3c 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -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 }}