Skip to content

Commit

Permalink
Update vagrant.py (ansible#56568)
Browse files Browse the repository at this point in the history
`inventory_file` has been renamed to `inventory_path`.
  • Loading branch information
Ninroot authored and acozine committed May 20, 2019
1 parent 2a90cbd commit 6b24043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/inventory/vagrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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
"""
Expand Down

0 comments on commit 6b24043

Please sign in to comment.