Skip to content

Commit

Permalink
host-initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 6, 2025
1 parent 613b17d commit 55076cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Vagrant.configure(2) do |config|
end

config.vm.provision :ansible do |ansible|
ansible.playbook = "preparation.yml"
ansible.playbook = "host-initialization.yml"
ansible.compatibility_mode = "2.0"
ansible.inventory_path = "inventory/" + $Stage + "/hosts"
ansible.galaxy_role_file = "roles/requirements.yml"
Expand Down

0 comments on commit 55076cb

Please sign in to comment.