Fix typo in ansible.cfg

Fix incorrect path in `ansible.cfg` to use Vagrant-generated
Ansible inventory file.
This commit is contained in:
Scott Lowe 2016-01-10 20:52:42 -07:00
parent 08f48aff4d
commit e4002ed43e

View file

@ -1,5 +1,5 @@
[defaults]
inventory = ./vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory
inventory = .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory
private_key_file = ~/.vagrant.d/insecure_private_key
remote_user = vagrant
host_key_checking = False