-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error on ubuntu 14. #1
Comments
Hi, I'd like to install into Ubuntu 14 as well. |
+1 |
2 similar comments
+1 |
+1 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I just tried your playbook on ubuntu 14 and I get 👍
TASK: [jmartin.graphite | apt_repository repo='ppa:jmartin-1/tools'] **********
REMOTE_MODULE apt_repository repo='ppa:jmartin-1/tools'
EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1406158539.73-64342075785403 && echo $HOME/.ansible/tmp/ansible-tmp-1406158539.73-64342075785403']
PUT /tmp/tmpn2VOrx TO /root/.ansible/tmp/ansible-tmp-1406158539.73-64342075785403/apt_repository
EXEC ['/bin/sh', '-c', '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1406158539.73-64342075785403/apt_repository; rm -rf /root/.ansible/tmp/ansible-tmp-1406158539.73-64342075785403/ >/dev/null 2>&1']
failed: [localhost] => {"failed": true, "item": "", "parsed": false}
invalid output was: Traceback (most recent call last):
File "/root/.ansible/tmp/ansible-tmp-1406158539.73-64342075785403/apt_repository", line 1510, in
main()
File "/root/.ansible/tmp/ansible-tmp-1406158539.73-64342075785403/apt_repository", line 408, in main
cache.update()
File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 440, in update
raise FetchFailedException(e)
apt.cache.FetchFailedException: W:Failed to fetch http://ppa.launchpad.net/jmartin-1/tools/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.
FATAL: all hosts have already failed -- aborting
ubuntu 14 not supported ?
Thanks.
The text was updated successfully, but these errors were encountered: