martinmicunda / ionic-photo-gallery

A hybrid app with authentication that allows registered users view a gallery of photos they have uploaded via the camera phone.
MIT License
174 stars 76 forks source link

nickp666.android-sdk #9

Open ysayesso opened 6 years ago

ysayesso commented 6 years ago

Hello. First of all, congratulations for your work. When I try to run vagrant up --provision. I get: TASK [nickp666.android-sdk : Put the SDK install expect script in place] *** fatal: [default]: FAILED! => {"changed": false, "failed": true, "msg": "AnsibleError: Unexpected templating type error occurred on (#!/usr/bin/expect\n\nset timeout -1;\nspawn {{ android_executable }} update sdk --all -u -t \"{{ (android_sdk_tools_to_install + android_sdks_to_install) | join(',') }}\";\nexpect {\n \"Do you accept the license\" { exp_send \"y\r\" ; exp_continue }\n eof\n}\n): can only concatenate list (not \"AnsibleUnicode\") to list"}

caco26i commented 6 years ago

Same here