fix: add python interpreter variable
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
353bb70e85
commit
d72f6d540e
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -79,7 +79,8 @@ Vagrant.configure('2') do |config|
|
||||
bootstrap.playbook= "ansible/playbooks/bootstrap.yml"
|
||||
bootstrap.galaxy_roles_path= "ansible/roles"
|
||||
bootstrap.limit="all"
|
||||
{ ansible_python_interpreter:"/usr/bin/python3" }
|
||||
bootstrap.extra_vars = { ansible_python_interpreter:"/usr/bin/python3" }
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
@ -1,4 +1,4 @@
|
||||
##ansible_python_interpreter: /usr/bin/python2
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
user:
|
||||
name: vincent
|
||||
home: /home/vincent
|
||||
|
Loading…
Reference in New Issue
Block a user