From bc95824fb51d6f3456a1517db28f0d8e6414b3a0 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Mon, 20 Jul 2026 16:46:39 +0200 Subject: [PATCH] fix: ansible --- ansible/inventories/dev/hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/inventories/dev/hosts.yml b/ansible/inventories/dev/hosts.yml index 55c5ed7..acbed73 100644 --- a/ansible/inventories/dev/hosts.yml +++ b/ansible/inventories/dev/hosts.yml @@ -16,3 +16,4 @@ all: vserv-hla: hosts: sls-vserv-bd-hla01-dev: + ansible_ssh_common_args: '-o ForwardAgent=yes'