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