From 31337ce344027b2763133629201f6d2a8201e3f4 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 17:56:51 +0200 Subject: [PATCH] fix: cicd ansible --- ansible/hosts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/hosts.yml b/ansible/hosts.yml index c7dd14e..35b291c 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -2,4 +2,5 @@ all: hosts: sls-lc: ansible_remote_tmp: /tmp/.ansible_${ansible_user}_tmp - sls-vserv-bd-hla01-dev: \ No newline at end of file + sls-vserv-bd-hla01-dev: + ansible_remote_tmp: /tmp/.ansible_${ansible_user}_tmp \ No newline at end of file