-
Notifications
You must be signed in to change notification settings - Fork 1
Description
PLAY [aptproxy] ****************************************************************
TASK [setup] *******************************************************************
ok: [aptproxy]
TASK [server-aptproxy : install apt proxy packages] ****************************
ok: [aptproxy] => (item=[u'apt-cacher-ng'])
TASK [server-aptproxy : install apt-cacher-ng template] ************************
ok: [aptproxy]
TASK [server-aptproxy : security settings] *************************************
ok: [aptproxy]
TASK [server-aptproxy : include web acces] *************************************
included: /home/dream/apt-proxy/ansible-server-aptproxy/tasks/webaccess.yml for aptproxy
TASK [server-aptproxy : install web] *******************************************
ok: [aptproxy] => (item=[u'lighttpd'])
TASK [server-aptproxy : install bandwidthd] ************************************
fatal: [aptproxy]: FAILED! => {"cache_update_time": 0, "cache_updated": false, "changed": false, "failed": true, "msg": "'/usr/bin/apt-get -y -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" install 'bandwidthd'' failed: E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libg/libgd2/libgd3_2.1.0-5_amd64.deb 404 Not Found [IP: 46.30.211.12 80]\n\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n", "stderr": "E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libg/libgd2/libgd3_2.1.0-5_amd64.deb 404 Not Found [IP: 46.30.211.12 80]\n\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n", "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n libgd3 libpcap0.8 libvpx1 libxpm4\nSuggested packages:\n apache2 libgd-tools\nThe following NEW packages will be installed:\n bandwidthd libgd3 libpcap0.8 libvpx1 libxpm4\n0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 147 kB/1009 kB of archives.\nAfter this operation, 3019 kB of additional disk space will be used.\nErr http://httpredir.debian.org/debian/ jessie/main libgd3 amd64 2.1.0-5\n 404 Not Found [IP: 46.30.211.12 80]\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following extra packages will be installed:", " libgd3 libpcap0.8 libvpx1 libxpm4", "Suggested packages:", " apache2 libgd-tools", "The following NEW packages will be installed:", " bandwidthd libgd3 libpcap0.8 libvpx1 libxpm4", "0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.", "Need to get 147 kB/1009 kB of archives.", "After this operation, 3019 kB of additional disk space will be used.", "Err http://httpredir.debian.org/debian/ jessie/main libgd3 amd64 2.1.0-5", " 404 Not Found [IP: 46.30.211.12 80]"]}
to retry, use: --limit @test.retry
PLAY RECAP *********************************************************************
aptproxy : ok=6 changed=0 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.