`inventory_file` has been renamed to `inventory_path`.
(cherry picked from commit 6b240433b6
)
This commit is contained in:
parent
c8037a541e
commit
05424bec1a
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…
Add table
Reference in a new issue