Commit 6d349258 by stu

fix copy+pase error

parent bc3f6aae
......@@ -38,7 +38,7 @@
become: yes
become_user: "{{ android_user }}"
# Use the android sdk manager to install the build tools necessary for the edx mobile app
- name: Install Android API levels
- name: Install other Android tools
shell: "echo 'y' | {{ android_home }}/tools/android update sdk --no-ui --filter {{ ','.join(android_tools) }}"
become: yes
become_user: "{{ android_user }}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment