From 253345f99f5db006b5209136d5155bffb4ab37e8 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Thu, 7 Mar 2024 04:35:54 +0100 Subject: [PATCH] shouldn't be commented --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 1008651..f0dcaf0 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,8 @@ #!/bin/bash export ANSIBLE_HOST_KEY_CHECKING=False -ansible-playbook -i inventory.yaml Initial_Setup/armbian_initial_setup.yaml && sleep 25 && # Wait for reboot +ansible-playbook -i inventory.yaml Initial_Setup/armbian_initial_setup.yaml && printf "Giving some time (25s) to catch up to the reboot command ...\n" && +sleep 25 && # Wait for reboot ansible-playbook -i inventory.yaml ksetup/playbook.yaml