I received the following error while running sudo sh setup.sh on Ubuntu 
13.10 Saucy:

TASK: [packages_ubuntu | install awx package via apt] 
> ************************* 
> failed: [127.0.0.1] => {"failed": true, "item": "", "parsed": false}
> invalid output was: Traceback (most recent call last):
>   File 
> "/home/indolering/.ansible/tmp/ansible-1387664906.46-268106718996786/apt", 
> line 1464, in <module>
>     main()
>   File 
> "/home/indolering/.ansible/tmp/ansible-1387664906.46-268106718996786/apt", 
> line 404, in main
>     cache.update()
>   File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 441, in update
>     raise FetchFailedException(e)
> apt.cache.FetchFailedException: W:Failed to fetch 
> http://ansibleworks.com/releases/awx/deb/dists/saucy/non-free/binary-amd64/Packages
>   
> 404  Not Found [IP: 141.101.126.25 80]
> , W:Failed to fetch 
> http://ansibleworks.com/releases/awx/deb/dists/saucy/non-free/binary-i386/Packages
>   
> 404  Not Found [IP: 141.101.126.25 80]
> , E:Some index files failed to download. They have been ignored, or old 
> ones used instead.
>
>
> FATAL: all hosts have already failed -- aborting
>
> PLAY RECAP 
> ******************************************************************** 
>            to retry, use: --limit @/home/indolering/site.retry
>
> 127.0.0.1                  : ok=5    changed=1    unreachable=0    
> failed=1   
>

Downloading the .deb from 
http://ansibleworks.com/releases/awx/deb/pool/non-free/a/awx/awx_1.4.0-0_all.deb
 
installs and commenting out `install awx package via apt`
 enables the script to finish but localhost/127.0.0.1 still just loads the 
default Apache "It worked" page.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to