diff --git a/templates/ansible.cfg.template b/templates/ansible.cfg.template index d701c67..386f58f 100644 --- a/templates/ansible.cfg.template +++ b/templates/ansible.cfg.template @@ -1,4 +1,4 @@ [defaults] private_key_file = "./.ssh/id_rsa" remote_user = "vagrant" -inventory = ./inventory \ No newline at end of file +inventory = ./.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory