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
@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?
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
:pipinstallation mode as well (if you don't want to stick to ubuntu's ansible packages).