I am trying to run an 'apt-get update' command in my Ansible playbook but it is failing everytime.
I am using the 'apt: update_cache=yes' command found here: [http://docs.ansible.com/apt_module.html](http://docs.ansible.com/apt_module.html)
It returns the following error:
TASK: [update apt cache] ******************************************************
failed: [localhost] => {"failed": true}
msg: Could not fetch updated apt files
FATAL: all hosts have already failed -- aborting
I created an Ubuntu trusty machine using virtualbox and I installed Ansible on it and I am running the scripts on the VirtualBox. My repo, which contains my Ansible scripts is here: [https://github.com/d3netxer/ansible-osm-history-set-up](https://github.com/d3netxer/ansible-osm-history-set-up)
Thanks,
Tom
I think you probably want ansible-project for a larger audience, since this isn’t really a development question.