Update vagrant.py (#56568)

`inventory_file` has been renamed to `inventory_path`.
This commit is contained in:
Arnaud 2019-05-20 21:30:57 +02:00 committed by 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
"""