From 380e011ca9e0453a33d7bc42871511e3eb497779 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Sun, 10 Mar 2024 22:00:09 +0100 Subject: [PATCH] Increased to 40 seconds since im now using a node that uses wifi so it can take a bit longer ... --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index f0dcaf0..71f8186 100755 --- a/run.sh +++ b/run.sh @@ -1,8 +1,8 @@ #!/bin/bash export ANSIBLE_HOST_KEY_CHECKING=False -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 Initial_Setup/armbian_initial_setup.yaml && printf "Giving some time (40s) to catch up to the reboot command ...\n" && +sleep 40 && # Wait for reboot ansible-playbook -i inventory.yaml ksetup/playbook.yaml