From a4dad1f508f93da922f8684a9813181f920307b2 Mon Sep 17 00:00:00 2001 From: Karl Goecking Date: Sat, 14 Feb 2026 21:37:22 +0100 Subject: [PATCH] Fix inventory: use localhost instead of 127.0.0.1 --- inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory b/inventory index 45b5d23..75304a0 100644 --- a/inventory +++ b/inventory @@ -1,2 +1,2 @@ [localhost] -127.0.0.1 ansible_connection=local +localhost ansible_connection=local