From 96e1ca8d7c2008992c200ab6c3757b9fbcd17808 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Jul 2019 00:49:16 +0100 Subject: [PATCH] Update inventory file name --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 51315b7..23f3818 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = ./ansible/hosts.ini +inventory = ./ansible/hosts.yml nocows = True private_key_file = .vagrant/machines/dransible/virtualbox/private_key remote_user = vagrant