Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit d9b56fb

Browse files
committed
Rename provision.yml to vagrant.yml
1 parent 306f7e4 commit d9b56fb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
5656
config.vm.provision :ansible do |ansible|
5757
ansible.limit = 'all'
5858
ansible.inventory_path = "provision/vagrant"
59-
ansible.playbook = "provision/provision.yml"
59+
ansible.playbook = "provision/vagrant.yml"
6060
ansible.sudo = true
6161
end
6262
else
File renamed without changes.

0 commit comments

Comments
 (0)