Update vagrant.py (#56568)

`inventory_file` has been renamed to `inventory_path`.
Bu işleme şunda yer alıyor:
Arnaud 2019-05-20 21:30:57 +02:00 işlemeyi yapan: Alicia Cozine
ebeveyn 2a90cbd247
işleme 6b240433b6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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
"""