From c34600959af647812938f8bf337ea447bb9d9280 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 25 Jan 2021 21:16:56 +0100 Subject: [PATCH] Add default inventory --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 002a50d..ece3845 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] roles_path = ./roles +inventory = ./inventory.yml