From 2e6c7542bad16830fbf0a0374c9cb5dea663806f Mon Sep 17 00:00:00 2001 From: strNophix Date: Wed, 23 Feb 2022 15:46:25 +0100 Subject: [PATCH] update ansible.cfg inventory path to vagrant --- templates/ansible.cfg.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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