Skip to content
Snippets Groups Projects
Commit baf03d89 authored by Nils Schneider's avatar Nils Schneider
Browse files

Vagrantfile: sync pacman before installing python2

parent 692cba95
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# you're doing. # you're doing.
Vagrant.configure(2) do |config| Vagrant.configure(2) do |config|
config.vm.provision "shell", config.vm.provision "shell",
inline: "sudo pacman --noconfirm -S --needed python2" inline: "sudo pacman --noconfirm -Sy --needed python2"
config.vm.provision "ansible" do |ansible| config.vm.provision "ansible" do |ansible|
ansible.playbook = "playbook.yml" ansible.playbook = "playbook.yml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment