Increased to 40 seconds since im now using a node that uses wifi so it can take a bit longer ...

This commit is contained in:
savagebidoof 2024-03-10 22:00:09 +01:00
parent d42567a399
commit 380e011ca9

4
run.sh
View File

@ -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