From a17cce675a4b242c1285939ca72adf0c188786d8 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 15:45:57 +0200 Subject: [PATCH] cli: add name to master subs --- ansible/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/hosts.yml b/ansible/hosts.yml index bfd7a2d..fea8997 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -6,5 +6,5 @@ all: ansible_ssh_common_args: >- -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null - -o IdentityFile=/home/svcusr-sls2hla/.ssh/id_cicd + -o IdentityFile=/home/labrec_b/.ssh/id_cicd sls-vserv-bd-hla01-dev: \ No newline at end of file