From b185232217d1e4e39ffe2544fdd0d9a5bc0bd34b Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Mon, 20 Jul 2026 16:49:46 +0200 Subject: [PATCH] fix: ansible --- ansible/inventories/dev/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventories/dev/hosts.yml b/ansible/inventories/dev/hosts.yml index acbed73..ffb2e61 100644 --- a/ansible/inventories/dev/hosts.yml +++ b/ansible/inventories/dev/hosts.yml @@ -13,7 +13,7 @@ all: hosts: sls-vserv-bd-01-dev: ansible_ssh_pipelining: false + ansible_ssh_common_args: '-o ForwardAgent=yes' vserv-hla: hosts: sls-vserv-bd-hla01-dev: - ansible_ssh_common_args: '-o ForwardAgent=yes'