Skip to content

Commit

Permalink
Updating vagrant ansible python interpreter.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalarza committed Oct 14, 2024
1 parent 9ec39dd commit 682afcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 682afcd

Please sign in to comment.