diff --git a/Vagrantfile b/Vagrantfile index f3c5c86..643ff47 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -74,7 +74,7 @@ Vagrant.configure(2) do |config| dev.vm.provision "ansible_local" do |ansible| #ansible.verbose = "vvv" ansible.compatibility_mode = "2.0" - ansible.install_mode = "pip" + ansible.install_mode = "pip_args_only" ansible.pip_install_cmd = "sudo apt install -y python3-distutils && curl https://bootstrap.pypa.io/get-pip.py | sudo python3" # The following will not work properly since the split of Ansible into ansible-base (soon ansible-core) # and the Ansible collections and modules both together resembling Ansible.