From 0019d49ca644567d3818c3d2201dd392f2f1257c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 12 Jan 2021 20:19:14 +0200
Subject: [PATCH] Set the connection method.

In renew-hosts, I'm using a local connection and delegation breaks. So
set it for the hosts (better than doing it for each delegated task).
---
 hosts/all.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hosts/all.yaml b/hosts/all.yaml
index 39b6f12..bde70e2 100644
--- a/hosts/all.yaml
+++ b/hosts/all.yaml
@@ -17,6 +17,7 @@ all:
   vars:
     # Force usage of Python3.
     ansible_python_interpreter: python3
+    ansible_connection: ssh
   children:
     pkg_mgr_apt:
     pkg_mgr_opkg:
-- 
GitLab