mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
0445d30798
commit
3efe24bed0
2 changed files with 1 additions and 1 deletions
2
kubernetes/kubeadm-vagrant/Vagrantfile
vendored
2
kubernetes/kubeadm-vagrant/Vagrantfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue