Change vagrant.yml to vagrant.yaml
Yaml suggest to use .yaml when possible: http://www.yaml.org/faq.html This patch renames the file. Change-Id: I3f8b1d337e0b1a8ab33832573b72624ae064021d Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
parent
e81008c21b
commit
de46e7e9a5
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
ironic.vm.provision 'ansible' do |ansible|
|
||||
ansible.verbose = 'v'
|
||||
ansible.playbook = 'vagrant.yml'
|
||||
ansible.playbook = 'vagrant.yaml'
|
||||
ansible.extra_vars = {
|
||||
ip: '192.168.99.11'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user