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"