Vagrant: ansible_local cannot be installed on ubuntu focal64/groovy64

Created on 31 Jul 2020  路  2Comments  路  Source: hashicorp/vagrant

Vagrant version: 2.2.9

Guest operating system: ubuntu/focal64

Trying to provision with ansible_local fails as there are no ansible packages for the focal/groovy releases within the ansible PPA located http://ppa.launchpad.net/ansible/ansible/ubuntu/dists/

As a workaround, I have a separate provisioning step that installs ansible via sudo apt install ansible

guesubuntu provisioneansible_local upstream

Most helpful comment

@mhitza thank you for reporting this issue. We must check with Ansible project why these versions are not supported in their official PPA.

For the moment, you can use the :pip installation mode as well (if you don't want to stick to ubuntu's ansible packages).

All 2 comments

@mhitza thank you for reporting this issue. We must check with Ansible project why these versions are not supported in their official PPA.

For the moment, you can use the :pip installation mode as well (if you don't want to stick to ubuntu's ansible packages).

Do you have any updates on this issue?

Was this page helpful?
0 / 5 - 0 ratings