From 473987f9e0ed2d6fe7585ea30634ed8d0a1dc721 Mon Sep 17 00:00:00 2001 From: binary Date: Sun, 14 Feb 2021 18:35:30 +0100 Subject: Point ansible to local connection for localhost --- host_vars/localhost.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'host_vars') diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml index 5429944..19b396d 100644 --- a/host_vars/localhost.yml +++ b/host_vars/localhost.yml @@ -4,3 +4,4 @@ --- ansible_host: 127.0.0.1 +ansible_connection: local -- cgit v1.2.3