Rename Ansible playbook

Rename Ansible playbook to `provision.yml` for consistency within the repository

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2018-04-18 19:23:17 -06:00
parent 0445d30798
commit 3efe24bed0
No known key found for this signature in database
GPG key ID: 949F43F6E6C11780
2 changed files with 1 additions and 1 deletions

View file

@ -79,6 +79,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Configure the VM using Ansible
config.vm.provision 'ansible' do |ansible|
ansible.playbook = 'ansible.yml'
ansible.playbook = 'provision.yml'
end # config.vm.provision
end # Vagrant.configure