From e4002ed43ed368f4191243b1a3d37ef6e8055a76 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Sun, 10 Jan 2016 20:52:42 -0700 Subject: [PATCH] Fix typo in ansible.cfg Fix incorrect path in `ansible.cfg` to use Vagrant-generated Ansible inventory file. --- lxc/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/ansible.cfg b/lxc/ansible.cfg index a25e3e2..e7c5f46 100644 --- a/lxc/ansible.cfg +++ b/lxc/ansible.cfg @@ -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 \ No newline at end of file