Normally, I would simply run the following commands in order to clean the apt-cache:
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
But this time, nothing will do and I always end up at one point or another with these kinds of error messages:
TASK [server_utils : Install ubuntu system packages] *************************************************************************************************
failed: [localhost] (item=[u’ack-grep’, u’mosh’, u’tree’, u’screen’, u’tmux’, u’curl’, u’vim’, u’dnsutils’, u’inetutils-telnet’, u’netcat’]) => {“failed”: true, “item”: [“ack-grep”, “mosh”, “tree”, “screen”, “tmux”, “curl”, “vim”, “dnsutils”, “inetutils-telnet”, “netcat”], “msg”: “Failed to update apt cache.”}
Anything else I can try?
P.S. To be fair and honest, I was able to install edx-notes but I had to comment out all the installation / apt commands from the different Ansible roles in configuration that the notes.yml role calls. Not the best solution…