From f7e3e3028f22bdb776f5a52b8def5d1995dad499 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Mon, 27 Feb 2023 16:45:25 +0100 Subject: [PATCH] meta: Swap to relative path Signed-off-by: Noah Knegt --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 4bbc620..fa6cc7e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,2 @@ [defaults] -inventory = ~/Documents/projects/ansible-automations/inventory/servers.ini +inventory = inventory/servers.ini