diff --git a/templates/vagrantfile b/templates/vagrantfile index 90bb2b7fd731ef56584ebf973e94d3a25a5a8cb9..ceee423975d251396e401aec25542a70c6dd21ef 100644 --- a/templates/vagrantfile +++ b/templates/vagrantfile @@ -22,6 +22,7 @@ Vagrant.configure("2") do |config| # configuration of devices with ansible config.vm.provision "ansible" do |ansible| ansible.playbook = "provisioning/playbook.yml" + ansible.verbose = true ansible.extra_vars = { ansible_python_interpreter: "/usr/bin/python3", }