nickpack / ansible-role-android-sdk

Install Android SDK tools and packages, headless, with ansible.
Other
40 stars 32 forks source link

Fix 64 #5

Closed halkeye closed 8 years ago

halkeye commented 8 years ago

Looking at the issues page, it looks like you've gone back and forth on this a few times.

This fixed things on my ec2 instance

root $ uname -a
Linux ip-172-30-1-102 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
root $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.2 LTS
Release:        14.04
Codename:       trusty
nickpack commented 8 years ago

Thanks for the PR! I need to look at this one again before I merge this, the previous fixes made installs work in a vagrant environment - I haven't verified that it still works, nor have I verified on ec2.

halkeye commented 8 years ago

okay yea, I just retested in vagrant and its having issues. I vagrant ssh'd in manually and it installed. I'll look into it.

halkeye commented 8 years ago

Okay, I think I tracked it down. add-arch does work, but it doesn't upgrade ansible's package repo.

I liberated a bit of code from https://github.com/jdauphant/ansible-role-packaging/blob/master/tasks/Debian.yml and merged it in, seems to work on my vagrant install