From ffc7963fcad6574a1cbc9139cc505ec752fe600f Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 9 Dec 2024 12:33:01 +0100 Subject: [PATCH] refs #8280 root: passbolt uri minifix --- roles/debian-base/tasks/root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/debian-base/tasks/root.yml b/roles/debian-base/tasks/root.yml index eccf51d..9f3d548 100644 --- a/roles/debian-base/tasks/root.yml +++ b/roles/debian-base/tasks/root.yml @@ -26,7 +26,7 @@ lookup(passbolt, inventory_hostname_short, username='root', password=root_password, - uri='ssh://'+hostname_fqdn + uri='ssh://'+hostname_fqdn+'/' ) }} environment: