mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
cleanup
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -2,7 +2,7 @@
|
||||
# vi: set ft=ruby :
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.provider "virtualbox"
|
||||
config.vm.box = "archlinux/archlinux"
|
||||
config.vm.box = "generic/fedora39"
|
||||
config.vm.provision "ansible" do |ansible|
|
||||
ansible.playbook = "playbooks/setup.yml"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user