Skip to content

Commit

Permalink
Rename Ansible playbook
Browse files Browse the repository at this point in the history
Rename Ansible playbook to `provision.yml` for consistency within the repository

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
  • Loading branch information
scottslowe committed Apr 19, 2018
1 parent 0445d30 commit 3efe24b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/kubeadm-vagrant/Vagrantfile
Expand Up @@ -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
File renamed without changes.

0 comments on commit 3efe24b

Please sign in to comment.