From 682afcd8e5d63f339250b513630bb48d3f81a3dc Mon Sep 17 00:00:00 2001 From: Carla Galarza Date: Mon, 14 Oct 2024 11:14:17 -0400 Subject: [PATCH] Updating vagrant ansible python interpreter. --- vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"