diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index fd15684e..bfe20a37 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -83,7 +83,7 @@ Vagrant.configure("2") do |config| cfg.vm.provision :ansible_local do |ansible| ansible.config_file = "/apotheca/ansible/ansible.cfg" ansible.extra_vars = { - ansible_python_interpreter: "/usr/bin/env python3" + ansible_python_interpreter: "/usr/bin/python3" } ansible.install_mode = "pip3" ansible.inventory_path = "/apotheca/ansible/inventories/vagrant"