ansible-for-kubernetes icon indicating copy to clipboard operation
ansible-for-kubernetes copied to clipboard

Chapter 12 - Jenkins - failed to provision in TASK [geerlingguy.pip : Ensure Pip is installed]

Open jrcampos358 opened this issue 4 years ago • 0 comments

TASK [geerlingguy.firewall : Check if ufw package is installed (on Archlinux).] *** skipping: [default]

TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** skipping: [default]

TASK [geerlingguy.pip : Ensure Pip is installed.] ****************************** fatal: [default]: FAILED! => {"cache_update_time": 1597436153, "cache_updated": false, "changed": false, "msg": "'/usr/bin/apt-get -y -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" install 'python3-pip'' failed: E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_4.15.0-112.113_amd64.deb 404 Not Found [IP: 91.189.91.38 80]\nE: Failed to fetch http: ....................................

I have to manually run an apt update in the new vmbox 'jenkinsci'

vagrant@jenkinsci:~$ sudo apt update : : vagrant@jenkinsci:~$ exit

Then run

jenkins$ vagrant provision

It's passed the TASK [geerlingguy.pip : Ensure Pip is installed] ...

BTW: i tried both with with geerlingguy/ubuntu2004 and geerlingguy/ubuntu1804

jrcampos358 avatar Oct 20 '20 15:10 jrcampos358