From 428809719aa3c63165864f6ec19cc4354157b746 Mon Sep 17 00:00:00 2001 From: rblundon Date: Fri, 19 Sep 2025 11:46:44 -0500 Subject: [PATCH] enable reboot --- infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data b/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data index 3336325..bce03fd 100644 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data @@ -46,4 +46,4 @@ autoinstall: - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnSM/9fO8rz/amqkyoGUzUKNNzzmtSXPwOCr1O9zKNO ansible sudo: ALL=(ALL) NOPASSWD:ALL - shutdown: poweroff \ No newline at end of file + shutdown: reboot \ No newline at end of file