Closed landam closed 8 years ago
With ansible 1.9.2 it fails on the same place:
TASK: [basic-configuration | Update apt cache] ********************************
failed: [gislab-unit-roudnice] => {"failed": true}
msg: Could not fetch updated apt files
FATAL: all hosts have already failed -- aborting
@landam, try to run apt-get update by hand. I guess it is a problem with your Ubuntu mirror.
Right, it fails with the same error message. I removed from source.list
all lines which starts with deb http://ubuntu.supp.name/ubuntu/
and it works. How to fix installation process? The source.list
files is regenerated.
I guess it will be just temporary problem with mirror.
You are right, now it works.
I tried to reinstall the unit from scratch. Unfortunately gislab.yml
fails:
...
...
TASK: [basic-configuration | Move apt cache to storage directory] *************
ok: [gislab-unit-fem]
TASK: [basic-configuration | Deactivate original apt cache] *******************
changed: [gislab-unit-fem]
TASK: [basic-configuration | Activate shared apt cache] ***********************
changed: [gislab-unit-fem]
TASK: [basic-configuration | Update apt cache] ********************************
failed: [gislab-unit-fem] => {"failed": true}
msg: Could not fetch updated apt files
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/ludka/gislab.retry
gislab-unit-fem : ok=55 changed=9 unreachable=0 failed=1
My version of Ansible is 1.9.3
@lfurtkevicova: the error was probably caused temporary problem with mirror. Closing.
To be sure I tried to reinstall the unit from scratch (create usb disc & run providers/gislab-unit/gislab-unit.yml and system/gislab.yml). Unfortunately gislab.yml fails with