Update vagrant.py (#56568)
`inventory_file` has been renamed to `inventory_path`.
This commit is contained in:
parent
2a90cbd247
commit
6b240433b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue