fix: add python interpreter variable
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2023-08-25 13:53:59 +02:00
parent 353bb70e85
commit d72f6d540e
2 changed files with 3 additions and 2 deletions

3
Vagrantfile vendored
View File

@ -79,7 +79,8 @@ Vagrant.configure('2') do |config|
bootstrap.playbook= "ansible/playbooks/bootstrap.yml" bootstrap.playbook= "ansible/playbooks/bootstrap.yml"
bootstrap.galaxy_roles_path= "ansible/roles" bootstrap.galaxy_roles_path= "ansible/roles"
bootstrap.limit="all" bootstrap.limit="all"
{ ansible_python_interpreter:"/usr/bin/python3" } bootstrap.extra_vars = { ansible_python_interpreter:"/usr/bin/python3" }
end end
end end
end end

View File

@ -1,4 +1,4 @@
##ansible_python_interpreter: /usr/bin/python2 ansible_python_interpreter: /usr/bin/python3
user: user:
name: vincent name: vincent
home: /home/vincent home: /home/vincent