From d1077f657818b19125d5661cab0eca498766dfb1 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Sun, 1 Dec 2024 17:21:06 +0100 Subject: [PATCH] add mysql_root_password generation --- airootfs/root/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/airootfs/root/install.sh b/airootfs/root/install.sh index 20be2e4..0702cfc 100644 --- a/airootfs/root/install.sh +++ b/airootfs/root/install.sh @@ -405,6 +405,7 @@ ungrouped: start_timestamp: ${START_TIMESTAMP} tmpfs_size: 4G installation_type: ${INSTALLATION_TYPE} + mysql_root_password: $(randomPasswordGen 32) EOT installationSubtaskTitle "Execute Ansible playbooks"