Update vagrant.py (#56568)

`inventory_file` has been renamed to `inventory_path`.
这个提交包含在:
Arnaud 2019-05-20 21:30:57 +02:00 提交者 Alicia Cozine
父节点 2a90cbd247
当前提交 6b240433b6
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -7,7 +7,7 @@ Example Vagrant configuration using this script:
config.vm.provision :ansible do |ansible|
ansible.playbook = "./provision/your_playbook.yml"
ansible.inventory_file = "./provision/inventory/vagrant.py"
ansible.inventory_path = "./provision/inventory/vagrant.py"
ansible.verbose = true
end
"""