ezeteze/intelmq-elk

Running apt-get update before installing packages

Closed this issue · 0 comments

Hello,

I ran into the following issue:

TASK: [common | Install common apt packages] ********************************** 
failed: [host0] => (item=python-apt,python-pycurl,python-pip,supervisor,git-core,jq,python-pip,git,build-essential,python-dev,redis-server) => {"failed": true, "item": "python-apt,python-pycurl,python-pip,supervisor,git-core,jq,python-pip,git,build-essential,python-dev,redis-server"}
stderr: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/python-pip/python-pip_1.5.4-1ubuntu1_all.deb  404  Not Found

Solved by running àpt-get update upfront.