X Tutup
From fe104bc4c2ab8cca0281f5caabd442b6da87ce56 Mon Sep 17 00:00:00 2001 From: Douglas Mendizabal Date: Thu, 22 May 2025 17:29:16 -0400 Subject: [PATCH] Update git submodules * Update ansible-role-lunasa-hsm from branch 'master' to 4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75 - Add parameters for previously hardcoded values This patch adds a few parameters to replace previously hardcoded values in shell commands: * lunasa_client_device * lunasa_appliance_user * lunasa_ssh_cipher All parameters use the previously hardcoded values as the default for backwards compatibility. Change-Id: I47b3e6ab34cca37533d5be668a3dfbf4e8208ae8 --- ansible-role-lunasa-hsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-lunasa-hsm b/ansible-role-lunasa-hsm index f82c4666c9..4a384f4fbe 160000 --- a/ansible-role-lunasa-hsm +++ b/ansible-role-lunasa-hsm @@ -1 +1 @@ -Subproject commit f82c4666c9a8729c12c262d32d7afc363149da1a +Subproject commit 4a384f4fbed7c93ee2c680bb76fc87ffb0fd8d75
X Tutup